Skip to content

Commit b79574a

Browse files
authored
Merge pull request #223 from openkim/update/pre-commit-autoupdate
Auto-update pre-commit hooks
2 parents 2c7ea6d + 85054a6 commit b79574a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
exclude: ^docs/
22
repos:
33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: v5.0.0
4+
rev: v6.0.0
55
hooks:
66
- id: trailing-whitespace
77
- id: end-of-file-fixer
@@ -12,7 +12,7 @@ repos:
1212
- --remove
1313

1414
- repo: https://github.com/pycqa/isort
15-
rev: 6.0.1
15+
rev: 7.0.0
1616
hooks:
1717
- id: isort
1818
args:
@@ -21,13 +21,13 @@ repos:
2121
exclude: ^docs/
2222

2323
- repo: https://github.com/psf/black-pre-commit-mirror
24-
rev: 25.1.0
24+
rev: 25.12.0
2525
hooks:
2626
- id: black
2727
exclude: ^docs/
2828

2929
- repo: https://github.com/asottile/blacken-docs
30-
rev: 1.19.1
30+
rev: 1.20.0
3131
hooks:
3232
- id: blacken-docs
3333
additional_dependencies: [black]

0 commit comments

Comments
 (0)