Skip to content

Commit c301ebe

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/isort: 6.0.1 → 7.0.0](PyCQA/isort@6.0.1...7.0.0) - 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)
1 parent 9c92fab commit c301ebe

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
@@ -9,11 +9,11 @@ repos:
99
- id: end-of-file-fixer
1010
- id: check-yaml
1111
- repo: https://github.com/PyCQA/isort
12-
rev: 6.0.1
12+
rev: 7.0.0
1313
hooks:
1414
- id: isort
15-
- repo: https://github.com/psf/black
16-
rev: 25.1.0
15+
- repo: https://github.com/psf/black-pre-commit-mirror
16+
rev: 25.11.0
1717
hooks:
1818
- id: black
1919
- repo: https://github.com/PyCQA/flake8

0 commit comments

Comments
 (0)