We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5910859 + 9409446 commit db65657Copy full SHA for db65657
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.15.8
+ rev: v0.15.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.1
+ rev: v1.20.0
29
30
- id: mypy
31
additional_dependencies: [types-tqdm]
0 commit comments