We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 60c03ba + ae30c46 commit 51b4314Copy full SHA for 51b4314
1 file changed
.pre-commit-config.yaml
@@ -18,15 +18,15 @@ repos:
18
hooks:
19
- id: codespell
20
- repo: 'https://github.com/astral-sh/ruff-pre-commit'
21
- rev: v0.14.8
+ rev: v0.14.9
22
23
- id: ruff-check
24
args:
25
- '--fix'
26
- '--exit-non-zero-on-fix'
27
- id: ruff-format
28
- repo: 'https://github.com/pre-commit/mirrors-mypy'
29
- rev: v1.19.0
+ rev: v1.19.1
30
31
- id: mypy
32
additional_dependencies: []
0 commit comments