We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9c44052 + 3eaa9c0 commit 0b7162cCopy full SHA for 0b7162c
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.13.0
+ rev: v0.13.1
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.18.1
+ rev: v1.18.2
30
31
- id: mypy
32
additional_dependencies: []
0 commit comments