mirror of
https://github.com/Hopiu/django-notifications.git
synced 2026-03-16 21:30:24 +00:00
fix pylint
This commit is contained in:
parent
a00ff64dd1
commit
30cf195d36
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue