We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fdc610 commit 4320cccCopy full SHA for 4320ccc
Makefile
@@ -19,12 +19,6 @@ test:
19
watch_test:
20
if command -v entr > /dev/null; then ${PY_FILES} | entr -c $(MAKE) test; else $(MAKE) test entr_warn; fi
21
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
28
build_docs:
29
cd doc && $(MAKE) html
30
Pipfile
@@ -12,7 +12,6 @@ sphinxcontrib-napoleon = "*"
12
sphinx = ">=1.8.1"
13
isort = "*"
14
"flake8" = "*"
15
-vulture = "*"
16
pytest = "*"
17
pytest-rerunfailures = "*"
18
tmuxp = {path = ".", editable = true}
requirements/dev.txt
@@ -1,3 +1,2 @@
1
isort>=4.3.4
2
flake8>=3.5.0
3
-vulture>=0.29
0 commit comments