We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 72f471f + 741f1b4 commit 4e33064Copy full SHA for 4e33064
1 file changed
.pre-commit-config.yaml
@@ -17,15 +17,15 @@ repos:
17
hooks:
18
- id: codespell
19
- repo: 'https://github.com/astral-sh/ruff-pre-commit'
20
- rev: v0.14.6
+ rev: v0.14.7
21
22
- id: ruff
23
args:
24
- '--fix'
25
- '--exit-non-zero-on-fix'
26
- id: ruff-format
27
- repo: 'https://github.com/pre-commit/mirrors-mypy'
28
- rev: v1.18.2
+ rev: v1.19.0
29
30
- id: mypy
31
additional_dependencies:
0 commit comments