Skip to content

Commit 172bb1a

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pycqa/isort: 6.0.0 → 6.0.1](PyCQA/isort@6.0.0...6.0.1)
1 parent 806c707 commit 172bb1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repos:
1111

1212
# Sorts Python imports alphabetically and by section with `isort`.
1313
- repo: https://github.com/pycqa/isort
14-
rev: 6.0.0
14+
rev: 6.0.1
1515
hooks:
1616
- id: isort
1717
args: [--profile, black, --settings-path, pyproject.toml]

0 commit comments

Comments
 (0)