Skip to content

Commit 3473017

Browse files
committed
build(flake8): Run against all files, with poetry
1 parent 31915e4 commit 3473017

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dev_docs:
3636
$(MAKE) -j watch_docs serve_docs
3737

3838
flake8:
39-
flake8 libvcs tests
39+
poetry run flake8
4040

4141
watch_flake8:
4242
if command -v entr > /dev/null; then ${PY_FILES} | entr -c $(MAKE) flake8; else $(MAKE) flake8 entr_warn; fi

0 commit comments

Comments
 (0)