Test.
This commit is contained in:
parent
443837431b
commit
da2beda2a9
2
.github/workflows/lint_python.yml
vendored
2
.github/workflows/lint_python.yml
vendored
@ -21,4 +21,4 @@ jobs:
|
|||||||
- name: Analysing the code with pycodestyle
|
- name: Analysing the code with pycodestyle
|
||||||
run: |
|
run: |
|
||||||
pycodestyle --first --ignore=E501 $(git ls-files '*.py')
|
pycodestyle --first --ignore=E501 $(git ls-files '*.py')
|
||||||
pyflakes --ignore=F401 $(git ls-files '*.py')
|
# pyflakes --ignore=F401 $(git ls-files '*.py')
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user