Skip to content

Commit 1b92e84

Browse files
Merge pull request #39 from hsf-training/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 57e3a98 + 24d9492 commit 1b92e84

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ci:
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.6.0
6+
rev: v6.0.0
77
hooks:
88
- id: check-added-large-files
99
- id: check-case-conflict
@@ -16,13 +16,13 @@ repos:
1616
- id: check-yaml
1717

1818
- repo: https://github.com/codespell-project/codespell
19-
rev: "v2.2.6"
19+
rev: "v2.4.1"
2020
hooks:
2121
- id: codespell
2222
args: ["-I", "codespell.txt"]
2323

24-
- repo: https://github.com/psf/black
25-
rev: 24.4.2
24+
- repo: https://github.com/psf/black-pre-commit-mirror
25+
rev: 25.9.0
2626
hooks:
2727
- id: black
2828
args: ["-l", "80"]

0 commit comments

Comments
 (0)