Add vulture check (#296)

This commit is contained in:
Erik Vroon
2023-10-07 17:23:33 +02:00
committed by GitHub
parent f4d7aae2ea
commit e67b8ec0fa
11 changed files with 22 additions and 46 deletions

View File

@@ -57,3 +57,7 @@ jobs:
- name: Run ruff
run: pipenv run ruff check .
working-directory: backend
- name: Run vulture
run: ! pipenv run vulture |grep "unused function\|unused class\|unused method"
working-directory: backend