diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 264557f..ec0cae9 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -24,7 +24,7 @@ jobs: if [ -f requirements.txt ]; then pip install -r requirements.txt; fi - name: Pylint run: | - pylint -rn -d W06012 *.py + pylint -rn *.py - name: UnitTest run: | python -m unittest discover