We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 910344d commit d104717Copy full SHA for d104717
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