fix for misha because he ignores unused libs
This commit is contained in:
parent
0e4dfc890a
commit
496edf1e7f
|
@ -23,7 +23,7 @@ jobs:
|
||||||
python -m venv venv
|
python -m venv venv
|
||||||
source venv/bin/activate
|
source venv/bin/activate
|
||||||
pip install flake8
|
pip install flake8
|
||||||
flake8 . --ignore=E501 --exclude=venv
|
flake8 . --ignore=E501,F401 --exclude=venv
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
- name: Run Semgrep (SAST)
|
- name: Run Semgrep (SAST)
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue
Block a user