Skip to content

Commit 89a6c13

Browse files
chore: [pre-commit.ci] pre-commit autoupdate (#2527)
* Update pre-commit hooks: - github.com/astral-sh/ruff-pre-commit: v0.4.7 → v0.5.0 - github.com/adamchainz/blacken-docs: 1.16.0 → 1.18.0 - github.com/pre-commit/mirrors-mypy: v1.10.0 → v1.10.1 - github.com/python-jsonschema/check-jsonschema: 0.28.4 → 0.28.6
1 parent 7259d60 commit 89a6c13

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ repos:
3535
- id: rst-inline-touching-normal
3636

3737
- repo: https://github.com/astral-sh/ruff-pre-commit
38-
rev: "v0.4.7"
38+
rev: "v0.5.0"
3939
hooks:
4040
- id: ruff
4141
args: ["--fix", "--show-fixes"]
@@ -47,13 +47,13 @@ repos:
4747
types_or: [python, pyi, jupyter]
4848

4949
- repo: https://github.com/adamchainz/blacken-docs
50-
rev: 1.16.0
50+
rev: 1.18.0
5151
hooks:
5252
- id: blacken-docs
5353
additional_dependencies: [black==24.4.2]
5454

5555
- repo: https://github.com/pre-commit/mirrors-mypy
56-
rev: v1.10.0
56+
rev: v1.10.1
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.4
78+
rev: 0.28.6
7979
hooks:
8080
- id: check-readthedocs
8181
args: ["--verbose"]

0 commit comments

Comments
 (0)