Skip to content

Commit 34a660f

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.8 → v0.12.2](astral-sh/ruff-pre-commit@v0.11.8...v0.12.2) - [github.com/keewis/blackdoc: v0.3.9 → v0.4.1](keewis/blackdoc@v0.3.9...v0.4.1) - [github.com/PyCQA/doc8: v1.1.2 → v2.0.0](PyCQA/doc8@v1.1.2...v2.0.0) - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.16.1](pre-commit/mirrors-mypy@v1.15.0...v1.16.1) - [github.com/python-jsonschema/check-jsonschema: 0.33.0 → 0.33.2](python-jsonschema/check-jsonschema@0.33.0...0.33.2)
1 parent bff922d commit 34a660f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ repos:
3434
- id: trailing-whitespace
3535

3636
- repo: https://github.com/astral-sh/ruff-pre-commit
37-
rev: "v0.11.8"
37+
rev: "v0.12.2"
3838
hooks:
3939
- id: ruff
4040
args: ["--select", "E,F,I001"]
@@ -43,13 +43,13 @@ repos:
4343
types_or: [python, pyi, jupyter]
4444

4545
- repo: https://github.com/keewis/blackdoc
46-
rev: v0.3.9
46+
rev: v0.4.1
4747
hooks:
4848
- id: blackdoc
4949
additional_dependencies: ["black==23.10.1"]
5050

5151
- repo: https://github.com/PyCQA/doc8
52-
rev: v1.1.2
52+
rev: v2.0.0
5353
hooks:
5454
- id: doc8
5555
args:
@@ -62,7 +62,7 @@ repos:
6262
]
6363

6464
- repo: https://github.com/pre-commit/mirrors-mypy
65-
rev: "v1.15.0"
65+
rev: "v1.16.1"
6666
hooks:
6767
- id: mypy
6868
exclude: "asv_bench"
@@ -78,7 +78,7 @@ repos:
7878
]
7979

8080
- repo: https://github.com/python-jsonschema/check-jsonschema
81-
rev: 0.33.0
81+
rev: 0.33.2
8282
hooks:
8383
- id: check-github-workflows
8484
- id: check-readthedocs

0 commit comments

Comments
 (0)