Skip to content

Commit 9c1ebdc

Browse files
authored
isort 5.11.4 is broken (#205)
See PyCQA/isort#2077
1 parent 3ef273f commit 9c1ebdc

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
- id: trailing-whitespace
77

88
- repo: https://github.com/pycqa/isort
9-
rev: "5.11.4"
9+
rev: "5.11.5"
1010
hooks:
1111
- id: isort
1212
args: ["--profile", "black"]

0 commit comments

Comments
 (0)