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 31915e4 commit 3473017Copy full SHA for 3473017
Makefile
@@ -36,7 +36,7 @@ dev_docs:
36
$(MAKE) -j watch_docs serve_docs
37
38
flake8:
39
- flake8 libvcs tests
+ poetry run flake8
40
41
watch_flake8:
42
if command -v entr > /dev/null; then ${PY_FILES} | entr -c $(MAKE) flake8; else $(MAKE) flake8 entr_warn; fi
0 commit comments