fix pylint

This commit is contained in:
Alvaro Mariano 2023-11-03 14:38:38 -03:00
parent a00ff64dd1
commit 30cf195d36

View file

@ -23,9 +23,9 @@ jobs:
- name: Install dependencies
run: poetry install
- name: Run Pylint
run: poetry run pylint --rcfile=pyproject.toml notifications/ sample_website/
run: poetry run -v -- pylint --rcfile=pyproject.toml notifications/ sample_website/
- name: Run Bandit
run: poetry run bandit -c pyproject.toml -r notifications/ sample_website/
run: poetry run -v -- bandit -c pyproject.toml -r notifications/ sample_website/
test: