Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d104717

Browse files
committedJan 15, 2022
Makefile / watch: Update on .venv changes
1 parent 910344d commit d104717

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
@@ -1,4 +1,4 @@
1-
PY_FILES= find . -type f -not -path '*/\.*' | grep -i '.*[.]py$$' 2> /dev/null
1+
PY_FILES= find . -type f | grep -i '.*[.]py$$' 2> /dev/null
22

33

44
entr_warn:

0 commit comments

Comments
 (0)
Please sign in to comment.