Skip to content

Commit f48ab66

Browse files
committed
made flake run more verbose
1 parent 5193d20 commit f48ab66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
python -V
2929
pip freeze
3030
- name: flake8
31-
run: flake8 python_utils setup.py
31+
run: flake8 -v python_utils setup.py
3232
- name: pytest
3333
run: py.test
3434

0 commit comments

Comments
 (0)