We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a82c1b4 commit cf3530eCopy full SHA for cf3530e
.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.4
7
hooks:
8
- id: ruff
9
args: [--fix]
@@ -38,7 +38,7 @@ repos:
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