Skip to content

Commit fe0f094

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.1.0 → 24.4.2](psf/black@23.1.0...24.4.2) - [github.com/asottile/blacken-docs: 1.13.0 → 1.18.0](adamchainz/blacken-docs@1.13.0...1.18.0) - [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.6 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.0.0-alpha.6...v4.0.0-alpha.8) - https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit - [github.com/astral-sh/ruff-pre-commit: v0.0.254 → v0.5.2](astral-sh/ruff-pre-commit@v0.0.254...v0.5.2) - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.4.0...v4.6.0)
1 parent 63de3f0 commit fe0f094

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ default_stages:
77
minimum_pre_commit_version: 2.16.0
88
repos:
99
- repo: https://github.com/psf/black
10-
rev: "23.1.0"
10+
rev: "24.4.2"
1111
hooks:
1212
- id: black
1313
- repo: https://github.com/asottile/blacken-docs
14-
rev: 1.13.0
14+
rev: 1.18.0
1515
hooks:
1616
- id: blacken-docs
1717
- repo: https://github.com/pre-commit/mirrors-prettier
18-
rev: v3.0.0-alpha.6
18+
rev: v4.0.0-alpha.8
1919
hooks:
2020
- id: prettier
2121
# Newer versions of node don't work on systems that have an older version of GLIBC
@@ -24,13 +24,13 @@ repos:
2424
# See https://github.com/scverse/cookiecutter-scverse/issues/143 and
2525
# https://github.com/jupyterlab/jupyterlab/issues/12675
2626
language_version: "17.9.1"
27-
- repo: https://github.com/charliermarsh/ruff-pre-commit
28-
rev: v0.0.254
27+
- repo: https://github.com/astral-sh/ruff-pre-commit
28+
rev: v0.5.2
2929
hooks:
3030
- id: ruff
3131
args: [--fix, --exit-non-zero-on-fix]
3232
- repo: https://github.com/pre-commit/pre-commit-hooks
33-
rev: v4.4.0
33+
rev: v4.6.0
3434
hooks:
3535
- id: detect-private-key
3636
- id: check-ast

0 commit comments

Comments
 (0)