Skip to content

Commit f73dbc4

Browse files
chore: [pre-commit.ci] pre-commit autoupdate (#2535)
* Update pre-commit hooks: - github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0 - github.com/astral-sh/ruff-pre-commit: v0.5.0 → v0.6.9 - github.com/psf/black-pre-commit-mirror: 24.4.2 → 24.10.0 - github.com/pre-commit/mirrors-mypy: v1.10.1 → v1.11.2 - github.com/python-jsonschema/check-jsonschema: 0.28.6 → 0.29.3
1 parent e324ba3 commit f73dbc4

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
@@ -4,7 +4,7 @@ ci:
44

55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v4.6.0
7+
rev: v5.0.0
88
hooks:
99
- id: check-added-large-files
1010
- id: check-case-conflict
@@ -35,13 +35,13 @@ repos:
3535
- id: rst-inline-touching-normal
3636

3737
- repo: https://github.com/astral-sh/ruff-pre-commit
38-
rev: "v0.5.0"
38+
rev: "v0.6.9"
3939
hooks:
4040
- id: ruff
4141
args: ["--fix", "--show-fixes"]
4242

4343
- repo: https://github.com/psf/black-pre-commit-mirror
44-
rev: 24.4.2
44+
rev: 24.10.0
4545
hooks:
4646
- id: black-jupyter
4747
types_or: [python, pyi, jupyter]
@@ -50,10 +50,10 @@ repos:
5050
rev: 1.18.0
5151
hooks:
5252
- id: blacken-docs
53-
additional_dependencies: [black==24.4.2]
53+
additional_dependencies: [black==24.10.0]
5454

5555
- repo: https://github.com/pre-commit/mirrors-mypy
56-
rev: v1.10.1
56+
rev: v1.11.2
5757
# check the oldest and newest supported Pythons
5858
hooks:
5959
- &mypy
@@ -75,7 +75,7 @@ repos:
7575
args: ["-w", "-L", "hist,gaus"]
7676

7777
- repo: https://github.com/python-jsonschema/check-jsonschema
78-
rev: 0.28.6
78+
rev: 0.29.3
7979
hooks:
8080
- id: check-readthedocs
8181
args: ["--verbose"]

0 commit comments

Comments
 (0)