Skip to content

Commit 7b50513

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/isort: 5.13.2 → 6.0.0](PyCQA/isort@5.13.2...6.0.0) - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0)
1 parent e5b85de commit 7b50513

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ repos:
88
- id: check-yaml
99
- id: check-added-large-files
1010
- repo: https://github.com/PyCQA/isort
11-
rev: 5.13.2
11+
rev: 6.0.0
1212
hooks:
1313
- id: isort
1414
- repo: https://github.com/psf/black
15-
rev: 24.10.0
15+
rev: 25.1.0
1616
hooks:
1717
- id: black

0 commit comments

Comments
 (0)