Skip to content

Commit ebe8eef

Browse files
an-kyphilpep
authored andcommitted
pre-commit: update isort to 5.12.0 to silence import error
Running tox results in an error message: > Configuration is invalid: > - [extras.pipfile_deprecated_finder.2] \ > 'pip-shims<=0.3.4' does not match '^[a-zA-Z-_.0-9]+$' This is caused by additional checks in poetry-core >= 1.5.0 and fixed fixed by PyCQA/isort#2078
1 parent f921bb8 commit ebe8eef

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
@@ -26,7 +26,7 @@ repos:
2626
- id: debug-statements
2727
language_version: python3
2828
- repo: https://github.com/PyCQA/isort
29-
rev: 5.10.1
29+
rev: 5.12.0
3030
hooks:
3131
- id: isort
3232
args:

0 commit comments

Comments
 (0)