Commit 45fe45e
committed
Fix lint workflow: use Python 3.9 and pinned black from [test] extras
black==20.8b1 (pinned in setup.py) is incompatible with click>=8.1 on
Python 3.11+. Use Python 3.9 for linting (matching original workflow)
and rely on the pinned versions from [test] extras instead of installing
black/flake8/isort separately with --upgrade.1 parent b8738f2 commit 45fe45e
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | 24 | | |
26 | 25 | | |
27 | 26 | | |
0 commit comments