Skip to content

Commit 50fcffa

Browse files
Auto-update pre-commit hooks (#1396)
Co-authored-by: utf <utf@users.noreply.github.com>
1 parent 10f3b9c commit 50fcffa

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.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.15.1
6+
rev: v0.15.8
77
hooks:
88
- id: ruff
99
args: [--fix]
@@ -41,14 +41,14 @@ repos:
4141
- tokenize-rt==4.1.0
4242
- types-paramiko
4343
- repo: https://github.com/codespell-project/codespell
44-
rev: v2.4.1
44+
rev: v2.4.2
4545
hooks:
4646
- id: codespell
4747
stages: [pre-commit, commit-msg]
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.9.0
51+
rev: 0.9.1
5252
hooks:
5353
- id: nbstripout
5454
args:

0 commit comments

Comments
 (0)