Remove pyflakes check.

This commit is contained in:
hodanov 2023-12-01 01:05:56 +09:00
parent da2beda2a9
commit 6364fcc76b

View File

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