linter ignore
This commit is contained in:
parent
2e93cbab68
commit
b76094b73e
|
@ -23,7 +23,7 @@ jobs:
|
|||
python -m venv venv
|
||||
source venv/bin/activate
|
||||
pip install flake8
|
||||
flake8 . --ignore=E501 --exclude=venv
|
||||
flake8 . --ignore=E501,F401 --exclude=venv
|
||||
continue-on-error: true
|
||||
- name: Run Semgrep (SAST)
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue
Block a user