Skip to content

Commit c471d0e

Browse files
Update: isort pre-commit hook (#120)
Running `pre-commit run --all-files` on ref `6df4751`, the current `main` branch, fails to complete and reports the foll in the error: [extras.pipfile_deprecated_finder.2] 'pip-shims<=0.3.4' does not match '^[a-zA-Z-_.0-9]+$' I _think_ this is related to PyCQA/isort#2079. I'm proposing that we update to the same isort that the isort repo currently uses.
1 parent 6df4751 commit c471d0e

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
@@ -19,7 +19,7 @@ repos:
1919
- id: trailing-whitespace
2020

2121
- repo: https://github.com/pycqa/isort
22-
rev: 5.11.4
22+
rev: 5.12.0
2323
hooks:
2424
- id: isort
2525

0 commit comments

Comments
 (0)