Skip to content

Commit 2a43067

Browse files
Merge pull request #33 from hsf-training/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 2c9554c + 970060b commit 2a43067

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,11 +1,11 @@
11
repos:
2-
- repo: https://github.com/psf/black
3-
rev: 25.1.0
2+
- repo: https://github.com/psf/black-pre-commit-mirror
3+
rev: 25.9.0
44
hooks:
55
- id: black
66
- id: black-jupyter
77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v5.0.0
8+
rev: v6.0.0
99
hooks:
1010
- id: check-added-large-files
1111
- id: check-case-conflict
@@ -15,7 +15,7 @@ repos:
1515
exclude: '.*\.ipynb'
1616
- id: trailing-whitespace
1717
- repo: https://github.com/pycqa/isort
18-
rev: 6.0.1
18+
rev: 6.1.0
1919
hooks:
2020
- id: isort
2121
name: isort (python)
@@ -33,7 +33,7 @@ repos:
3333
- id: flake8
3434
additional_dependencies: ["flake8-bugbear"]
3535
- repo: https://github.com/pre-commit/mirrors-mypy
36-
rev: "v1.17.1"
36+
rev: "v1.18.2"
3737
hooks:
3838
- id: mypy
3939
additional_dependencies:

0 commit comments

Comments
 (0)