Remove pyflakes check.
This commit is contained in:
parent
6364fcc76b
commit
78e71b79b2
2
.github/workflows/lint_python.yml
vendored
2
.github/workflows/lint_python.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install pycodestyle pyflakes
|
||||
pip install pycodestyle
|
||||
- name: Analysing the code with pycodestyle
|
||||
run: |
|
||||
pycodestyle --first --ignore=E501 $(git ls-files '*.py')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user