We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
click==8.0.2
1 parent 29b5289 commit b2e8e22Copy full SHA for b2e8e22
.github/workflows/ci-style-checks.yml
@@ -44,6 +44,7 @@ jobs:
44
python -m pip install types-six
45
python -m pip install types-PyYAML
46
python3 -m pip install types-setuptools
47
+ pip install click==8.0.2
48
pip list
49
- name: pycodestyle
50
run: pycodestyle --ignore=C0330,C0415,E203,E231,W503 --max-line-length=120 art
0 commit comments