From 9a1abe604a778def4e8abd0a2b7bab4b0f3b03ea Mon Sep 17 00:00:00 2001 From: hodanov <1031hoda@gmail.com> Date: Fri, 1 Dec 2023 00:59:58 +0900 Subject: [PATCH] Comment out pycodestyle lint. --- .github/workflows/lint_python.yml | 1 - 1 file changed, 1 deletion(-) 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')