Skip to content

Commit 156e170

Browse files
authored
Merge pull request #48 from ssciwr/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents ab867d3 + f723a27 commit 156e170

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v5.0.0
3+
rev: v6.0.0
44
hooks:
55
- id: check-yaml
66
- id: end-of-file-fixer
77
- id: trailing-whitespace
88
- id: mixed-line-ending
99

10-
- repo: https://github.com/psf/black
11-
rev: 25.1.0
10+
- repo: https://github.com/psf/black-pre-commit-mirror
11+
rev: 25.12.0
1212
hooks:
1313
- id: black
1414

@@ -19,12 +19,12 @@ repos:
1919
additional_dependencies: [pyyaml]
2020

2121
- repo: https://github.com/kynan/nbstripout
22-
rev: 0.8.1
22+
rev: 0.8.2
2323
hooks:
2424
- id: nbstripout
2525

2626
- repo: https://github.com/pre-commit/mirrors-clang-format
27-
rev: v20.1.8
27+
rev: v21.1.8
2828
hooks:
2929
- id: clang-format
3030

0 commit comments

Comments
 (0)