diff --git a/scripts/run-all-cleanup b/scripts/run-all-cleanup --- a/scripts/run-all-cleanup +++ b/scripts/run-all-cleanup @@ -10,3 +10,4 @@ scripts/generate-ini.py scripts/whitespacecleanup.sh hg loc 'set:!binary()&grep("^#!.*python")' '*.py' | xargs scripts/pyflakes +echo "no blocking problems found by $0" diff --git a/scripts/whitespacecleanup.sh b/scripts/whitespacecleanup.sh --- a/scripts/whitespacecleanup.sh +++ b/scripts/whitespacecleanup.sh @@ -20,4 +20,5 @@ hg loc 'set:!binary()&grep("^#!")&!(**_t # isort is installed from dev_requirements.txt hg loc 'set:!binary()&grep("^#!.*python")' '*.py' | xargs isort --line-width 160 --lines-after-imports 2 +echo "diff after $0:" hg diff