We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 431286b commit 72fa278Copy full SHA for 72fa278
.pre-commit-config.yaml
@@ -26,7 +26,7 @@ repos:
26
- id: mixed-line-ending
27
- id: trailing-whitespace
28
- repo: https://github.com/pre-commit/mirrors-mypy
29
- rev: v1.14.0
+ rev: v1.14.1
30
hooks:
31
- id: mypy
32
args: [--no-strict-optional, --ignore-missing-imports]
@@ -56,12 +56,12 @@ repos:
56
stages: [manual, pre-push]
57
- repo: https://github.com/astral-sh/ruff-pre-commit
58
# Ruff version.
59
- rev: v0.8.4
+ rev: v0.9.1
60
61
- id: ruff
62
args: [--fix, --exit-non-zero-on-fix]
63
- repo: https://github.com/python-jsonschema/check-jsonschema
64
- rev: 0.30.0
+ rev: 0.31.0
65
66
- id: check-github-workflows
67
args: ["--verbose"]
0 commit comments