Skip to content

Commit 012b06e

Browse files
authored
Auto-update pre-commit hooks
1 parent 73c01ae commit 012b06e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 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.14.2
6+
rev: v0.14.5
77
hooks:
88
- id: ruff
99
args: [--fix]
@@ -16,7 +16,7 @@ repos:
1616
- id: end-of-file-fixer
1717
- id: trailing-whitespace
1818
- repo: https://github.com/asottile/pyupgrade
19-
rev: v3.21.0
19+
rev: v3.21.1
2020
hooks:
2121
- id: pyupgrade
2222
- repo: https://github.com/asottile/blacken-docs

0 commit comments

Comments
 (0)