mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
Include python in scripts directory in lint & formatting
This commit is contained in:
@@ -15,6 +15,6 @@ if [ ! -f "$ACTIVATE" ]; then
|
||||
fi
|
||||
. "$ACTIVATE"
|
||||
|
||||
SOURCES="*.py octodns/*.py octodns/*/*.py tests/*.py"
|
||||
SOURCES="$(find *.py octodns tests -name '*.py') $(grep --files-with-matches '^#!.*python' script/*)"
|
||||
|
||||
pyflakes $SOURCES
|
||||
|
||||
Reference in New Issue
Block a user