Skip to content

Commit 390daf7

Browse files
authored
Upgrade isort version in pre-commit (encode#8882)
This fixes recent issues with installing isort via pre-commit that was introduced in recent versions of poetry-core. See PyCQA/isort#2078
1 parent 3495377 commit 390daf7

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
@@ -9,7 +9,7 @@ repos:
99
- id: check-symlinks
1010
- id: check-toml
1111
- repo: https://github.com/pycqa/isort
12-
rev: 5.8.0
12+
rev: 5.12.0
1313
hooks:
1414
- id: isort
1515
- repo: https://github.com/PyCQA/flake8

0 commit comments

Comments
 (0)