We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f176679 + 5e968c3 commit 3f88945Copy full SHA for 3f88945
1 file changed
.pre-commit-config.yaml
@@ -18,14 +18,14 @@ repos:
18
hooks:
19
- id: codespell
20
- repo: 'https://github.com/charliermarsh/ruff-pre-commit'
21
- rev: v0.14.8
+ rev: v0.14.9
22
23
- id: ruff
24
args:
25
- '--fix'
26
- id: ruff-format
27
- repo: 'https://github.com/pre-commit/mirrors-mypy'
28
- rev: v1.19.0
+ rev: v1.19.1
29
30
- id: mypy
31
additional_dependencies:
0 commit comments