Skip to content

Commit 72fa278

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-mypy: v1.14.0 → v1.14.1](pre-commit/mirrors-mypy@v1.14.0...v1.14.1) - [github.com/astral-sh/ruff-pre-commit: v0.8.4 → v0.9.1](astral-sh/ruff-pre-commit@v0.8.4...v0.9.1) - [github.com/python-jsonschema/check-jsonschema: 0.30.0 → 0.31.0](python-jsonschema/check-jsonschema@0.30.0...0.31.0)
1 parent 431286b commit 72fa278

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ repos:
2626
- id: mixed-line-ending
2727
- id: trailing-whitespace
2828
- repo: https://github.com/pre-commit/mirrors-mypy
29-
rev: v1.14.0
29+
rev: v1.14.1
3030
hooks:
3131
- id: mypy
3232
args: [--no-strict-optional, --ignore-missing-imports]
@@ -56,12 +56,12 @@ repos:
5656
stages: [manual, pre-push]
5757
- repo: https://github.com/astral-sh/ruff-pre-commit
5858
# Ruff version.
59-
rev: v0.8.4
59+
rev: v0.9.1
6060
hooks:
6161
- id: ruff
6262
args: [--fix, --exit-non-zero-on-fix]
6363
- repo: https://github.com/python-jsonschema/check-jsonschema
64-
rev: 0.30.0
64+
rev: 0.31.0
6565
hooks:
6666
- id: check-github-workflows
6767
args: ["--verbose"]

0 commit comments

Comments
 (0)