mirror of
https://github.com/jeertmans/manim-slides.git
synced 2025-07-02 21:07:00 +08:00
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:
@ -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
2
pyproject.toml
Normal file
@ -0,0 +1,2 @@
|
||||
[tool.vulture]
|
||||
paths = ["manim_slides"]
|
Reference in New Issue
Block a user