Skip to content

Commit

Permalink
Update: isort pre-commit hook (#120)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
mikemckiernan authored Apr 6, 2023
1 parent 6df4751 commit c471d0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/pycqa/isort
rev: 5.11.4
rev: 5.12.0
hooks:
- id: isort

Expand Down

0 comments on commit c471d0e

Please sign in to comment.