Skip to content

Commit 0e7d41c

Browse files
[pre-commit.ci] pre-commit autoupdate (#93)
updates: - [github.com/pycqa/isort: 6.0.0 → 6.0.1](PyCQA/isort@6.0.0...6.0.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 806c707 commit 0e7d41c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

+1-1
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)