Skip to content

Commit 7fb3fa0

Browse files
authored
chore(ci): check for unused code with vulture (#23)
* chore(ci): check for unused code with vulture * fix: add paths for vulture
1 parent 2d2a225 commit 7fb3fa0

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,7 @@ repos:
1919
rev: 22.8.0
2020
hooks:
2121
- id: black
22+
- repo: https://github.com/jendrikseipp/vulture
23+
rev: v2.3
24+
hooks:
25+
- id: vulture

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[tool.vulture]
2+
paths = ["manim_slides"]

0 commit comments

Comments
 (0)