Skip to content

Commit 6f46908

Browse files
authored
Auto-update pre-commit hooks
1 parent 73c01ae commit 6f46908

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.14.2
6+
rev: v0.14.6
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.2
2020
hooks:
2121
- id: pyupgrade
2222
- repo: https://github.com/asottile/blacken-docs
@@ -48,7 +48,7 @@ repos:
4848
args: [--ignore-words-list, 'titel,statics,ba,nd,te,atomate']
4949
types_or: [python, rst, markdown]
5050
- repo: https://github.com/kynan/nbstripout
51-
rev: 0.8.1
51+
rev: 0.8.2
5252
hooks:
5353
- id: nbstripout
5454
args:

0 commit comments

Comments
 (0)