Skip to content

Commit f9c2340

Browse files
[pre-commit.ci] pre-commit autoupdate (#279)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.8.2 → v0.9.1](astral-sh/ruff-pre-commit@v0.8.2...v0.9.1) - [github.com/pre-commit/mirrors-mypy: v1.13.0 → v1.14.1](pre-commit/mirrors-mypy@v1.13.0...v1.14.1) - [github.com/python-jsonschema/check-jsonschema: 0.30.0 → 0.31.0](python-jsonschema/check-jsonschema@0.30.0...0.31.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent a5d0353 commit f9c2340

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.8.2"
17+
rev: "v0.9.1"
1818
hooks:
1919
- id: ruff
2020
args: [--fix, --show-fixes]
2121

2222
- repo: https://github.com/pre-commit/mirrors-mypy
23-
rev: "v1.13.0"
23+
rev: "v1.14.1"
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.30.0"
36+
rev: "0.31.0"
3737
hooks:
3838
- id: check-dependabot
3939
- id: check-github-workflows

0 commit comments

Comments
 (0)