Show More
@@ -10,3 +10,4 b' scripts/generate-ini.py' | |||||
10 | scripts/whitespacecleanup.sh |
|
10 | scripts/whitespacecleanup.sh | |
11 |
|
11 | |||
12 | hg loc 'set:!binary()&grep("^#!.*python")' '*.py' | xargs scripts/pyflakes |
|
12 | hg loc 'set:!binary()&grep("^#!.*python")' '*.py' | xargs scripts/pyflakes | |
|
13 | echo "no blocking problems found by $0" |
@@ -20,4 +20,5 b' hg loc \'set:!binary()&grep("^#!")&!(**_t' | |||||
20 | # isort is installed from dev_requirements.txt |
|
20 | # isort is installed from dev_requirements.txt | |
21 | hg loc 'set:!binary()&grep("^#!.*python")' '*.py' | xargs isort --line-width 160 --lines-after-imports 2 |
|
21 | hg loc 'set:!binary()&grep("^#!.*python")' '*.py' | xargs isort --line-width 160 --lines-after-imports 2 | |
22 |
|
22 | |||
|
23 | echo "diff after $0:" | |||
23 | hg diff |
|
24 | hg diff |
General Comments 0
You need to be logged in to leave comments.
Login now