Skip to content

Commit e0416a1

Browse files
ref: upgrade isort to work around poetry breakage
python-poetry/poetry-core#542 Committed via https://github.com/asottile/all-repos
1 parent 0035f28 commit e0416a1

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
args: [--config-file, mypy.ini, --strict]
2929
additional_dependencies: [pytest==7.1.2]
3030
- repo: https://github.com/pycqa/isort
31-
rev: 5.8.0
31+
rev: 5.12.0
3232
hooks:
3333
- id: isort
3434
name: isort (python)

0 commit comments

Comments
 (0)