We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9cb58b commit 540c171Copy full SHA for 540c171
.pre-commit-config.yaml
@@ -27,13 +27,13 @@ repos:
27
- id: check-yaml
28
- id: check-ast
29
- repo: https://github.com/astral-sh/ruff-pre-commit
30
- rev: v0.12.9
+ rev: v0.14.3
31
hooks:
32
- id: ruff
33
args: [ --fix, --exit-non-zero-on-fix ]
34
- id: ruff-format
35
- repo: https://github.com/pre-commit/mirrors-mypy
36
- rev: v1.17.1
+ rev: v1.18.2
37
38
- id: mypy
39
args:
0 commit comments