Skip to content

Commit 325e634

Browse files
authored
Update isort version in pre-commit (#371)
Update isort to 5.11.5 due to PyCQA/isort#2083 Note 5.12.0 is out but has already dropped support for python 3.7
1 parent 730d865 commit 325e634

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
@@ -12,7 +12,7 @@ repos:
1212
args: ["--target-version=py37"]
1313

1414
- repo: https://github.com/pycqa/isort
15-
rev: 5.11.2
15+
rev: 5.11.5
1616
hooks:
1717
- id: isort
1818
args: ["--profile=black"]

0 commit comments

Comments
 (0)