This commit is contained in:
hodanov 2023-12-01 01:03:45 +09:00
parent 443837431b
commit da2beda2a9

View File

@ -21,4 +21,4 @@ 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') # pyflakes --ignore=F401 $(git ls-files '*.py')