Skip to content

Commit 5861733

Browse files
authored
Auto-update pre-commit hooks
1 parent eccfaf1 commit 5861733

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
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.6
77
hooks:
88
- id: ruff
99
args: [--fix]
@@ -30,15 +30,15 @@ repos:
3030
- id: rst-directive-colons
3131
- id: rst-inline-touching-normal
3232
- repo: https://github.com/pre-commit/mirrors-mypy
33-
rev: v1.14.1
33+
rev: v1.15.0
3434
hooks:
3535
- id: mypy
3636
files: ^src/
3737
additional_dependencies:
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)