diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c801b1b..384709b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,7 +23,7 @@ jobs: - name: Install dependencies run: poetry install - name: Run Pylint - run: poetry run pylint --django-settings-module="notifications.settings" notifications/ + run: poetry run pylint --rcfile=pyproject.toml notifications/ sample_website/ - name: Run Bandit run: poetry run bandit -c pyproject.toml -r notifications/