Skip to content

Commit cb35ae6

Browse files
chore: [pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.3 → v0.14.7](astral-sh/ruff-pre-commit@v0.14.3...v0.14.7) - [github.com/psf/black-pre-commit-mirror: 25.9.0 → 25.11.0](psf/black-pre-commit-mirror@25.9.0...25.11.0) - [github.com/pre-commit/mirrors-mypy: v1.18.2 → v1.19.0](pre-commit/mirrors-mypy@v1.18.2...v1.19.0) - [github.com/python-jsonschema/check-jsonschema: 0.34.1 → 0.35.0](python-jsonschema/check-jsonschema@0.34.1...0.35.0)
1 parent 9dd6a2c commit cb35ae6

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,13 +35,13 @@ repos:
3535
- id: rst-inline-touching-normal
3636

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

4343
- repo: https://github.com/psf/black-pre-commit-mirror
44-
rev: 25.9.0
44+
rev: 25.11.0
4545
hooks:
4646
- id: black-jupyter
4747
types_or: [python, pyi, jupyter]
@@ -53,7 +53,7 @@ repos:
5353
additional_dependencies: [black==24.10.0]
5454

5555
- repo: https://github.com/pre-commit/mirrors-mypy
56-
rev: v1.18.2
56+
rev: v1.19.0
5757
# check the oldest and newest supported Pythons
5858
# except skip python 3.9 for numpy, due to poor typing
5959
hooks:
@@ -76,7 +76,7 @@ repos:
7676
args: ["-w", "-L", "hist,gaus"]
7777

7878
- repo: https://github.com/python-jsonschema/check-jsonschema
79-
rev: 0.34.1
79+
rev: 0.35.0
8080
hooks:
8181
- id: check-readthedocs
8282
args: ["--verbose"]

0 commit comments

Comments
 (0)