Comment out pycodestyle lint.

This commit is contained in:
hodanov 2023-12-01 00:59:58 +09:00
parent 8aaf36af53
commit 9a1abe604a

View File

@ -20,5 +20,4 @@ jobs:
pip install pycodestyle pyflakes pip install pycodestyle pyflakes
- name: Analysing the code with pycodestyle - name: Analysing the code with pycodestyle
run: | run: |
# pycodestyle --first --ignore=F401,E501 $(git ls-files '*.py')
pyflakes $(git ls-files '*.py') pyflakes $(git ls-files '*.py')