Skip to content

Commit 2466e7c

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.11.0](psf/black-pre-commit-mirror@25.1.0...25.11.0) - [github.com/PyCQA/isort: 6.0.1 → 7.0.0](PyCQA/isort@6.0.1...7.0.0)
1 parent 38b031e commit 2466e7c

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
@@ -7,14 +7,14 @@ repos:
77
- id: end-of-file-fixer
88
- id: trailing-whitespace
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.11.0
1212
hooks:
1313
- id: black
1414
exclude: ^docs/
1515

1616
- repo: https://github.com/PyCQA/isort
17-
rev: 6.0.1
17+
rev: 7.0.0
1818
hooks:
1919
- id: isort
2020

0 commit comments

Comments
 (0)