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 85c437b commit 71cb466Copy full SHA for 71cb466
Makefile
@@ -32,9 +32,3 @@ flake8:
32
33
watch_flake8:
34
if command -v entr > /dev/null; then ${PY_FILES} | entr -c $(MAKE) flake8; else $(MAKE) flake8 entr_warn; fi
35
-
36
-sync_pipfile:
37
- pipenv install --skip-lock --dev -r requirements/doc.txt && \
38
- pipenv install --skip-lock --dev -r requirements/dev.txt && \
39
- pipenv install --skip-lock --dev -r requirements/test.txt && \
40
- pipenv install --skip-lock --dev -e .
0 commit comments