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:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user