Add vulture

(cherry picked from commit c0246ecef6)
This commit is contained in:
Michal Nowak 2024-10-02 10:13:26 +02:00
parent 369bbd9dad
commit f4eb2793d3

View file

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