Skip to content

Commit 70e79ba

Browse files
chore: update pre-commit hooks
updates: - [github.com/astral-sh/ruff-pre-commit: v0.13.3 → v0.15.9](astral-sh/ruff-pre-commit@v0.13.3...v0.15.9) - [github.com/pre-commit/mirrors-mypy: v1.18.2 → v1.20.0](pre-commit/mirrors-mypy@v1.18.2...v1.20.0) - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](codespell-project/codespell@v2.4.1...v2.4.2) - [github.com/python-jsonschema/check-jsonschema: 0.34.0 → 0.37.1](python-jsonschema/check-jsonschema@0.34.0...0.37.1)
1 parent f541b54 commit 70e79ba

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ repos:
3434
- id: rst-inline-touching-normal
3535

3636
- repo: https://github.com/astral-sh/ruff-pre-commit
37-
rev: "v0.13.3"
37+
rev: "v0.15.9"
3838
hooks:
3939
- id: ruff
4040
args: ["--fix", "--show-fixes"]
4141
- id: ruff-format
4242

4343
- repo: https://github.com/pre-commit/mirrors-mypy
44-
rev: "v1.18.2"
44+
rev: "v1.20.0"
4545
hooks:
4646
- id: mypy
4747
files: src|tests
@@ -50,7 +50,7 @@ repos:
5050
- pytest
5151

5252
- repo: https://github.com/codespell-project/codespell
53-
rev: "v2.4.1"
53+
rev: "v2.4.2"
5454
hooks:
5555
- id: codespell
5656

@@ -74,7 +74,7 @@ repos:
7474
# additional_dependencies: ["validate-pyproject-schema-store[all]"]
7575

7676
- repo: https://github.com/python-jsonschema/check-jsonschema
77-
rev: "0.34.0"
77+
rev: "0.37.1"
7878
hooks:
7979
- id: check-dependabot
8080
- id: check-github-workflows

0 commit comments

Comments
 (0)