Skip to content

Commit 5658b0b

Browse files
committed
chore: Fix make flake8
1 parent 7c6478f commit 5658b0b

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
@@ -33,7 +33,7 @@ start_docs:
3333
$(MAKE) -C docs start
3434

3535
flake8:
36-
flake8 libvcs tests
36+
flake8 vcspull tests
3737

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

0 commit comments

Comments
 (0)