Skip to content

Commit 4c6d100

Browse files
committed
Makefile / watch: Update on .venv changes
1 parent f8c3e38 commit 4c6d100

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
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)