Skip to content

Commit cecb0c7

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 bd93660 commit cecb0c7

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
@@ -6,7 +6,7 @@ repos:
66
args: ['--in-place', '--remove-all-unused-imports', '--remove-unused-variable']
77

88
- repo: https://github.com/pycqa/isort
9-
rev: 5.13.2
9+
rev: 6.0.0
1010
hooks:
1111
- id: isort
1212
args: ["--profile", "black", "--filter-files"]
@@ -20,7 +20,7 @@ repos:
2020
exclude: ^docs/.*|.*.md
2121

2222
- repo: https://github.com/psf/black
23-
rev: 24.10.0
23+
rev: 25.1.0
2424
hooks:
2525
- id: black
2626
language_version: python3

0 commit comments

Comments
 (0)