Skip to content

Commit 4320ccc

Browse files
committed
Remove vulture
1 parent 1fdc610 commit 4320ccc

File tree

3 files changed

+0
-8
lines changed

3 files changed

+0
-8
lines changed

Makefile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,6 @@ test:
1919
watch_test:
2020
if command -v entr > /dev/null; then ${PY_FILES} | entr -c $(MAKE) test; else $(MAKE) test entr_warn; fi
2121

22-
vulture:
23-
vulture tmuxp
24-
25-
watch_vulture:
26-
if command -v entr > /dev/null; then ${PY_FILES} | entr -c $(MAKE) vulture; else $(MAKE) vulture entr_warn; fi
27-
2822
build_docs:
2923
cd doc && $(MAKE) html
3024

Pipfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ sphinxcontrib-napoleon = "*"
1212
sphinx = ">=1.8.1"
1313
isort = "*"
1414
"flake8" = "*"
15-
vulture = "*"
1615
pytest = "*"
1716
pytest-rerunfailures = "*"
1817
tmuxp = {path = ".", editable = true}

requirements/dev.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
isort>=4.3.4
22
flake8>=3.5.0
3-
vulture>=0.29

0 commit comments

Comments
 (0)