Remove pyflakes check.

This commit is contained in:
hodanov 2023-12-01 01:06:27 +09:00
parent 6364fcc76b
commit 78e71b79b2

View File

@ -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')