Skip to content

Commit 28e95c7

Browse files
authored
Auto-update pre-commit hooks
1 parent b8ff9f4 commit 28e95c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
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.8
77
hooks:
88
- id: ruff
99
args: [--fix]
@@ -31,15 +31,15 @@ repos:
3131
- id: rst-directive-colons
3232
- id: rst-inline-touching-normal
3333
- repo: https://github.com/pre-commit/mirrors-mypy
34-
rev: v1.14.1
34+
rev: v1.15.0
3535
hooks:
3636
- id: mypy
3737
files: ^src/
3838
additional_dependencies:
3939
- tokenize-rt==4.1.0
4040
- types-paramiko
4141
- repo: https://github.com/codespell-project/codespell
42-
rev: v2.4.0
42+
rev: v2.4.1
4343
hooks:
4444
- id: codespell
4545
stages: [pre-commit, commit-msg]

0 commit comments

Comments
 (0)