Comment out pycodestyle lint.
This commit is contained in:
parent
8aaf36af53
commit
9a1abe604a
1
.github/workflows/lint_python.yml
vendored
1
.github/workflows/lint_python.yml
vendored
@ -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')
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user