Remove pyflakes check.
This commit is contained in:
@@ -21,4 +21,3 @@ 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')
|
|
||||||
|
|||||||
Reference in New Issue
Block a user