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