Skip to content

Commit 70f2af2

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.13 → v0.15.9](astral-sh/ruff-pre-commit@v0.14.13...v0.15.9) - [github.com/pre-commit/mirrors-mypy: v1.19.1 → v1.20.0](pre-commit/mirrors-mypy@v1.19.1...v1.20.0) - [github.com/python-jsonschema/check-jsonschema: 0.36.0 → 0.37.1](python-jsonschema/check-jsonschema@0.36.0...0.37.1)
1 parent eccc957 commit 70f2af2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 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.14.13"
37+
rev: "v0.15.9"
3838
hooks:
3939
- id: ruff-check
4040
args: [ "--fix" ]
@@ -62,7 +62,7 @@ repos:
6262
]
6363

6464
- repo: https://github.com/pre-commit/mirrors-mypy
65-
rev: "v1.19.1"
65+
rev: "v1.20.0"
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.36.0
81+
rev: 0.37.1
8282
hooks:
8383
- id: check-github-workflows
8484
- id: check-readthedocs

0 commit comments

Comments
 (0)