Skip to content

Commit 1215c28

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pycqa/isort: 5.11.4 → 5.12.0](PyCQA/isort@5.11.4...5.12.0)
1 parent b4fe410 commit 1215c28

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
@@ -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.11.4
9+
rev: 5.12.0
1010
hooks:
1111
- id: isort
1212
args: ["--profile", "black", "--filter-files"]

0 commit comments

Comments
 (0)