Skip to content

Commit d37603b

Browse files
Update isort to v7
1 parent 17c6e4a commit d37603b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repos:
99
- --remove-all-unused-imports
1010
- --in-place
1111
- repo: https://github.com/PyCQA/isort
12-
rev: 6.1.0
12+
rev: 7.0.0
1313
hooks:
1414
- id: isort
1515
- repo: https://github.com/psf/black

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dev = [
2020
"autoflake==2.3.1",
2121
"black==25.11.0",
2222
"flake8==7.3.0",
23-
"isort==6.1.0",
23+
"isort==7.0.0",
2424
"mypy==1.18.2",
2525
"pre-commit==4.4.0",
2626
"pytest==8.4.2",

uv.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)