Skip to content

Commit a77d137

Browse files
gschaffnerjugmac00
authored andcommitted
Avoid pre-commit isort crash
See PyCQA/isort#2077.
1 parent 079f839 commit a77d137

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
@@ -25,7 +25,7 @@ repos:
2525
- id: pyupgrade
2626
files: "^(tests/demo_pkg_inline/build.py)$"
2727
- repo: https://github.com/PyCQA/isort
28-
rev: 5.11.4
28+
rev: 5.12.0
2929
hooks:
3030
- id: isort
3131
- repo: https://github.com/psf/black

0 commit comments

Comments
 (0)