Commit 1868e7c
Update pre-commit hooks to avoid isort installation error
These are the current versions as identified by `pre-commit autoupdate`.
To install the isort hook, pre-commit will install whatever the newest
Poetry is. A backward incompatible change in Poetry broke support for
how isort was declaring its "extra" dependency on pip-shims, so existing
isorts became no longer installable. Upgrade the isort hook to 5.12.0+
so we get their pyproject.toml fix:
<PyCQA/isort@0d219a6>
Co-authored-by: Phronimos Linden <[email protected]>1 parent acb55e3 commit 1868e7c
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments