Skip to content

Commit cd35de8

Browse files
committed
ref: upgrade isort to work around poetry breakage (#620)
python-poetry/poetry-core#542 Committed via https://github.com/asottile/all-repos
1 parent 8d62321 commit cd35de8

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
@@ -15,7 +15,7 @@ repos:
1515
- id: debug-statements
1616
- id: requirements-txt-fixer
1717
- repo: https://github.com/pycqa/isort
18-
rev: 5.11.4
18+
rev: 5.12.0
1919
hooks:
2020
- id: isort
2121
name: isort (python)

0 commit comments

Comments
 (0)