We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cdacecf + a5c9a8a commit 0602a44Copy full SHA for 0602a44
1 file changed
.pre-commit-config.yaml
@@ -18,14 +18,14 @@ 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
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