diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index b1853682..82ddac36 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -23,4 +23,4 @@ jobs: pip install pylint - name: Analysing the code with pylint run: | - pylint $(git ls-files '*.py') --generated-members json,ssl,datetime --disable C0114 + pylint $(git ls-files '*.py') --generated-members json,ssl,datetime --disable C0114 --errors-only