Skip to content

Commit 6d5994d

Browse files
committed
Update isort version in pre-commit config.
Setting up the pre-commit hooks fails due to a bug in isort (see: PyCQA/isort#2083). This commit updates the version to 5.12.0 where this bug was fixed.
1 parent d54e2d0 commit 6d5994d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repos:
2121
hooks:
2222
- id: flake8
2323
- repo: https://github.com/pycqa/isort
24-
rev: 5.10.1
24+
rev: 5.12.0
2525
hooks:
2626
- id: isort
2727
- repo: https://github.com/pre-commit/mirrors-mypy

0 commit comments

Comments
 (0)