Fix pylint on GH actions

This commit is contained in:
Alvaro Mariano 2023-11-02 19:38:42 -03:00
parent 87f82f89fd
commit ae30d5dc25

View file

@ -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/