Add vulture

(cherry picked from commit c0246ecef6)
This commit is contained in:
Michal Nowak 2024-10-02 10:13:26 +02:00
parent 03cf294d06
commit 5d7a32f5c4

View file

@ -535,6 +535,12 @@ black:
expire_in: "1 week"
when: on_failure
vulture:
<<: *precheck_job
needs: []
script:
- vulture --exclude "*/ans*/ans.py,conftest.py,get_algorithms.py,isctest" --ignore-names "pytestmark" bin/tests/system/
ci-variables:
stage: precheck
<<: *precheck_job