Skip to content

Commit e60e431

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/isort: 5.13.2 → 6.0.1](PyCQA/isort@5.13.2...6.0.1) - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0)
1 parent 50f5ecd commit e60e431

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ repos:
88
- id: debug-statements
99

1010
- repo: https://github.com/PyCQA/isort
11-
rev: "5.13.2"
11+
rev: "6.0.1"
1212
hooks:
1313
- id: isort
1414
args: []
1515
additional_dependencies: [toml]
1616

1717
- repo: https://github.com/psf/black
18-
rev: "24.10.0"
18+
rev: "25.1.0"
1919
hooks:
2020
- id: black

0 commit comments

Comments
 (0)