This commit is contained in:
hodanov 2023-12-01 01:02:27 +09:00
parent 9a1abe604a
commit 443837431b

View File

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