chore(ci): check for unused code with vulture (#23)

* chore(ci): check for unused code with vulture

* fix: add paths for vulture
This commit is contained in:
Jérome Eertmans
2022-09-20 09:36:39 +02:00
committed by GitHub
parent 2d2a225afe
commit 7fb3fa01dd
2 changed files with 6 additions and 0 deletions

View File

@ -19,3 +19,7 @@ repos:
rev: 22.8.0
hooks:
- id: black
- repo: https://github.com/jendrikseipp/vulture
rev: v2.3
hooks:
- id: vulture

2
pyproject.toml Normal file
View File

@ -0,0 +1,2 @@
[tool.vulture]
paths = ["manim_slides"]