Skip to content

Commit

Permalink
pre-commit: update isort to 5.12.0 to silence import error
Browse files Browse the repository at this point in the history
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
  • Loading branch information
an-ky committed May 8, 2023
1 parent f921bb8 commit 85977e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Expand Up @@ -26,7 +26,7 @@ repos:
- id: debug-statements
language_version: python3
- repo: https://github.com/PyCQA/isort
rev: 5.10.1
rev: 5.12.0
hooks:
- id: isort
args:
Expand Down

0 comments on commit 85977e1

Please sign in to comment.