We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8ff9f4 commit 28e95c7Copy full SHA for 28e95c7
.pre-commit-config.yaml
@@ -3,7 +3,7 @@ default_language_version:
3
exclude: ^(.github/|tests/test_data/abinit/)
4
repos:
5
- repo: https://github.com/charliermarsh/ruff-pre-commit
6
- rev: v0.9.3
+ rev: v0.9.8
7
hooks:
8
- id: ruff
9
args: [--fix]
@@ -31,15 +31,15 @@ repos:
31
- id: rst-directive-colons
32
- id: rst-inline-touching-normal
33
- repo: https://github.com/pre-commit/mirrors-mypy
34
- rev: v1.14.1
+ rev: v1.15.0
35
36
- id: mypy
37
files: ^src/
38
additional_dependencies:
39
- tokenize-rt==4.1.0
40
- types-paramiko
41
- repo: https://github.com/codespell-project/codespell
42
- rev: v2.4.0
+ rev: v2.4.1
43
44
- id: codespell
45
stages: [pre-commit, commit-msg]
0 commit comments