From ae30d5dc25c8810ca249759123c1f79e197caf84 Mon Sep 17 00:00:00 2001 From: Alvaro Mariano Date: Thu, 2 Nov 2023 19:38:42 -0300 Subject: [PATCH] Fix pylint on GH actions --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/