Comment out pycodestyle lint.
This commit is contained in:
@@ -20,5 +20,4 @@ jobs:
|
|||||||
pip install pycodestyle pyflakes
|
pip install pycodestyle pyflakes
|
||||||
- name: Analysing the code with pycodestyle
|
- name: Analysing the code with pycodestyle
|
||||||
run: |
|
run: |
|
||||||
# pycodestyle --first --ignore=F401,E501 $(git ls-files '*.py')
|
|
||||||
pyflakes $(git ls-files '*.py')
|
pyflakes $(git ls-files '*.py')
|
||||||
|
|||||||
Reference in New Issue
Block a user