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.
1 parent 5193d20 commit f48ab66Copy full SHA for f48ab66
.github/workflows/main.yml
@@ -28,7 +28,7 @@ jobs:
28
python -V
29
pip freeze
30
- name: flake8
31
- run: flake8 python_utils setup.py
+ run: flake8 -v python_utils setup.py
32
- name: pytest
33
run: py.test
34
0 commit comments