Skip to content

Commit 1f2291a

Browse files
[pre-commit.ci] pre-commit autoupdate (#283)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.2 → v0.9.7](astral-sh/ruff-pre-commit@v0.9.2...v0.9.7) - [github.com/pre-commit/mirrors-mypy: v1.14.1 → v1.15.0](pre-commit/mirrors-mypy@v1.14.1...v1.15.0) - [github.com/python-jsonschema/check-jsonschema: 0.31.0 → 0.31.2](python-jsonschema/check-jsonschema@0.31.0...0.31.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent f0bfd4e commit 1f2291a

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
@@ -14,13 +14,13 @@ repos:
1414
- id: trailing-whitespace
1515

1616
- repo: https://github.com/astral-sh/ruff-pre-commit
17-
rev: "v0.9.2"
17+
rev: "v0.9.7"
1818
hooks:
1919
- id: ruff
2020
args: [--fix, --show-fixes]
2121

2222
- repo: https://github.com/pre-commit/mirrors-mypy
23-
rev: "v1.14.1"
23+
rev: "v1.15.0"
2424
hooks:
2525
- id: mypy
2626
files: src
@@ -33,7 +33,7 @@ repos:
3333
additional_dependencies: ["validate-pyproject-schema-store[all]>=2024.10.21"]
3434

3535
- repo: https://github.com/python-jsonschema/check-jsonschema
36-
rev: "0.31.0"
36+
rev: "0.31.2"
3737
hooks:
3838
- id: check-dependabot
3939
- id: check-github-workflows

0 commit comments

Comments
 (0)