Skip to content

Commit 2cbe14a

Browse files
chore: update pre-commit hooks (#45)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.5.0 → v0.5.6](astral-sh/ruff-pre-commit@v0.5.0...v0.5.6) - [github.com/pre-commit/mirrors-mypy: v1.10.1 → v1.11.1](pre-commit/mirrors-mypy@v1.10.1...v1.11.1) - [github.com/python-jsonschema/check-jsonschema: 0.28.6 → 0.29.1](python-jsonschema/check-jsonschema@0.28.6...0.29.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 9009d5e commit 2cbe14a

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
@@ -41,14 +41,14 @@ repos:
4141
args: [--prose-wrap=always]
4242

4343
- repo: https://github.com/astral-sh/ruff-pre-commit
44-
rev: "v0.5.0"
44+
rev: "v0.5.6"
4545
hooks:
4646
- id: ruff
4747
args: ["--fix", "--show-fixes"]
4848
- id: ruff-format
4949

5050
- repo: https://github.com/pre-commit/mirrors-mypy
51-
rev: "v1.10.1"
51+
rev: "v1.11.1"
5252
hooks:
5353
- id: mypy
5454
files: src|tests
@@ -87,7 +87,7 @@ repos:
8787
additional_dependencies: ["validate-pyproject-schema-store[all]"]
8888

8989
- repo: https://github.com/python-jsonschema/check-jsonschema
90-
rev: "0.28.6"
90+
rev: "0.29.1"
9191
hooks:
9292
- id: check-dependabot
9393
- id: check-github-workflows

0 commit comments

Comments
 (0)