Skip to content

Commit 51d22f2

Browse files
authored
Auto-update pre-commit hooks
1 parent 71e4a8e commit 51d22f2

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.12.10
6+
rev: v0.13.2
77
hooks:
88
- id: ruff
99
args: [--fix]
@@ -20,7 +20,7 @@ repos:
2020
hooks:
2121
- id: pyupgrade
2222
- repo: https://github.com/asottile/blacken-docs
23-
rev: 1.19.1
23+
rev: 1.20.0
2424
hooks:
2525
- id: blacken-docs
2626
additional_dependencies: [black]
@@ -33,7 +33,7 @@ repos:
3333
- id: rst-directive-colons
3434
- id: rst-inline-touching-normal
3535
- repo: https://github.com/pre-commit/mirrors-mypy
36-
rev: v1.17.1
36+
rev: v1.18.2
3737
hooks:
3838
- id: mypy
3939
files: ^src/

0 commit comments

Comments
 (0)