diff --git a/.github/workflows/lint_python.yml b/.github/workflows/lint_python.yml index 9b91680..ce702bc 100644 --- a/.github/workflows/lint_python.yml +++ b/.github/workflows/lint_python.yml @@ -21,4 +21,3 @@ jobs: - name: Analysing the code with pycodestyle run: | pycodestyle --first --ignore=E501 $(git ls-files '*.py') - # pyflakes --ignore=F401 $(git ls-files '*.py')