Skip to content

Commit 2c8a8ff

Browse files
chore: update pre-commit hooks (#33)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.13.0 → v0.13.1](astral-sh/ruff-pre-commit@v0.13.0...v0.13.1) - [github.com/pre-commit/mirrors-mypy: v1.18.1 → v1.18.2](pre-commit/mirrors-mypy@v1.18.1...v1.18.2) - [github.com/python-jsonschema/check-jsonschema: 0.33.3 → 0.34.0](python-jsonschema/check-jsonschema@0.33.3...0.34.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 62c8264 commit 2c8a8ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,14 @@ repos:
4646
exclude: \.md
4747

4848
- repo: https://github.com/astral-sh/ruff-pre-commit
49-
rev: "v0.13.0"
49+
rev: "v0.13.1"
5050
hooks:
5151
- id: ruff-check
5252
args: ["--fix", "--show-fixes"]
5353
- id: ruff-format
5454

5555
- repo: https://github.com/pre-commit/mirrors-mypy
56-
rev: "v1.18.1"
56+
rev: "v1.18.2"
5757
hooks:
5858
- id: mypy
5959
files: src|tests
@@ -91,7 +91,7 @@ repos:
9191
additional_dependencies: ["validate-pyproject-schema-store[all]"]
9292

9393
- repo: https://github.com/python-jsonschema/check-jsonschema
94-
rev: "0.33.3"
94+
rev: "0.34.0"
9595
hooks:
9696
- id: check-dependabot
9797
- id: check-github-workflows

0 commit comments

Comments
 (0)