Skip to content

Commit 493a2fd

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.9.0](psf/black-pre-commit-mirror@25.1.0...25.9.0) - [github.com/PyCQA/isort: 6.0.1 → 7.0.0](PyCQA/isort@6.0.1...7.0.0)
1 parent 5c3d3f1 commit 493a2fd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ repos:
88
- id: check-yaml
99
- id: check-added-large-files
1010
# General formatting
11-
- repo: https://github.com/psf/black
12-
rev: 25.1.0
11+
- repo: https://github.com/psf/black-pre-commit-mirror
12+
rev: 25.9.0
1313
hooks:
1414
- id: black
1515
- id: black-jupyter
@@ -27,7 +27,7 @@ repos:
2727
- id: pycln
2828
# Sorted imports
2929
- repo: https://github.com/PyCQA/isort
30-
rev: "6.0.1"
30+
rev: "7.0.0"
3131
hooks:
3232
- id: isort
3333
additional_dependencies: [toml]

0 commit comments

Comments
 (0)