Add ignore linter.
This commit is contained in:
parent
a739a67f86
commit
4dfb9d1e22
2
.github/workflows/lint_python.yml
vendored
2
.github/workflows/lint_python.yml
vendored
@ -20,5 +20,5 @@ 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='E501,E401' $(git ls-files '*.py')
|
pycodestyle --first --ignore=E501,F401 $(git ls-files '*.py')
|
||||||
pyflakes $(git ls-files '*.py')
|
pyflakes $(git ls-files '*.py')
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user