Include python in scripts directory in lint & formatting

This commit is contained in:
Ross McFarland
2023-04-05 14:54:08 -07:00
parent 8eea4ca544
commit ddba96c289
3 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
set -e
SOURCES=$(find *.py octodns tests -name "*.py")
SOURCES="$(find *.py octodns tests -name '*.py') $(grep --files-with-matches '^#!.*python' script/*)"
. env/bin/activate