script/lint only on python files (#5018)
This commit is contained in:
parent
877efac630
commit
1aea3e0d51
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
# performs roughly what this test did in the past.
|
||||
|
||||
if [ "$1" = "--changed" ]; then
|
||||
export files="`git diff upstream/dev --name-only | grep -v requirements_all.txt`"
|
||||
export files="`git diff upstream/dev --name-only | grep -e '\.py$'`"
|
||||
echo "================================================="
|
||||
echo "FILES CHANGED (git diff upstream/dev --name-only)"
|
||||
echo "================================================="
|
||||
|
|
Loading…
Add table
Reference in a new issue