Skip to content

Commit 85caf80

Browse files
committed
pre-commit-config: update isort
Fixes error: RuntimeError: The Poetry configuration is invalid: - [extras.pipfile_deprecated_finder.2] 'pip-shims<=0.3.4' does not match '^[a-zA-Z-_.0-9]+$' Signed-off-by: Benjamin Gilbert <[email protected]>
1 parent bce89f6 commit 85caf80

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
args: ["--py37-plus"]
2222

2323
- repo: https://github.com/PyCQA/isort
24-
rev: 5.10.1
24+
rev: 5.12.0
2525
hooks:
2626
- id: isort
2727
name: Reorder python imports with isort

0 commit comments

Comments
 (0)