We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8c3e38 commit 4c6d100Copy full SHA for 4c6d100
Makefile
@@ -1,4 +1,4 @@
1
-PY_FILES= find . -type f -not -path '*/\.*' | grep -i '.*[.]py$$' 2> /dev/null
+PY_FILES= find . -type f | grep -i '.*[.]py$$' 2> /dev/null
2
3
4
entr_warn:
0 commit comments