Skip to content

Commit b22592c

Browse files
chore: update pre-commit hooks (#26)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.4 → v0.12.2](astral-sh/ruff-pre-commit@v0.11.4...v0.12.2) - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.16.1](pre-commit/mirrors-mypy@v1.15.0...v1.16.1) - [github.com/python-jsonschema/check-jsonschema: 0.32.1 → 0.33.2](python-jsonschema/check-jsonschema@0.32.1...0.33.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 363689a commit b22592c

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

4343
- repo: https://github.com/astral-sh/ruff-pre-commit
44-
rev: "v0.11.4"
44+
rev: "v0.12.2"
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.15.0"
51+
rev: "v1.16.1"
5252
hooks:
5353
- id: mypy
5454
files: src
@@ -81,7 +81,7 @@ repos:
8181
additional_dependencies: ["validate-pyproject-schema-store[all]"]
8282

8383
- repo: https://github.com/python-jsonschema/check-jsonschema
84-
rev: "0.32.1"
84+
rev: "0.33.2"
8585
hooks:
8686
- id: check-dependabot
8787
- id: check-github-workflows

0 commit comments

Comments
 (0)