Skip to content

Commit cf3530e

Browse files
authored
Auto-update pre-commit hooks
1 parent a82c1b4 commit cf3530e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ default_language_version:
33
exclude: ^(.github/|tests/test_data/abinit/)
44
repos:
55
- repo: https://github.com/charliermarsh/ruff-pre-commit
6-
rev: v0.9.3
6+
rev: v0.9.4
77
hooks:
88
- id: ruff
99
args: [--fix]
@@ -38,7 +38,7 @@ repos:
3838
- tokenize-rt==4.1.0
3939
- types-paramiko
4040
- repo: https://github.com/codespell-project/codespell
41-
rev: v2.4.0
41+
rev: v2.4.1
4242
hooks:
4343
- id: codespell
4444
stages: [pre-commit, commit-msg]

0 commit comments

Comments
 (0)