We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eccfaf1 commit 5861733Copy full SHA for 5861733
.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.6
7
hooks:
8
- id: ruff
9
args: [--fix]
@@ -30,15 +30,15 @@ repos:
30
- id: rst-directive-colons
31
- id: rst-inline-touching-normal
32
- repo: https://github.com/pre-commit/mirrors-mypy
33
- rev: v1.14.1
+ rev: v1.15.0
34
35
- id: mypy
36
files: ^src/
37
additional_dependencies:
38
- tokenize-rt==4.1.0
39
- types-paramiko
40
- repo: https://github.com/codespell-project/codespell
41
- rev: v2.4.0
+ rev: v2.4.1
42
43
- id: codespell
44
stages: [pre-commit, commit-msg]
0 commit comments