Skip to content

Commit 2a5d17b

Browse files
ref: upgrade isort to work around poetry breakage (#3668)
python-poetry/poetry-core#542 Committed via https://github.com/asottile/all-repos
1 parent 275e258 commit 2a5d17b

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
@@ -28,7 +28,7 @@ repos:
2828
- id: flake8
2929
language_version: python3.8
3030
- repo: https://github.com/pycqa/isort
31-
rev: 5.10.1
31+
rev: 5.12.0
3232
hooks:
3333
- id: isort
3434
name: isort (python)

0 commit comments

Comments
 (0)