diff --git a/.github/workflows/lint_python.yml b/.github/workflows/lint_python.yml index a1a8c12..ca5a62b 100644 --- a/.github/workflows/lint_python.yml +++ b/.github/workflows/lint_python.yml @@ -20,5 +20,4 @@ jobs: pip install pycodestyle pyflakes - name: Analysing the code with pycodestyle run: | - # pycodestyle --first --ignore=F401,E501 $(git ls-files '*.py') pyflakes $(git ls-files '*.py')