##// END OF EJS Templates
scripts: run isort on scripts too
scripts: run isort on scripts too

File last commit:

r8109:51af7c12 default
r8156:abb83e4e default
Show More
run-all-cleanup
12 lines | 261 B | text/plain | TextLexer
Søren Løvborg
run-all-cleanup: fix incorrect interpreter...
r6023 #!/bin/sh
Mads Kiilerich
scripts: introduce scripts/run-all-cleanup - run this before committing to make sure some aspects of the coding style is maintained
r5848
# Convenience script for running various idempotent source code cleanup scripts
set -e
set -x
scripts/docs-headings.py
scripts/generate-ini.py
scripts/whitespacecleanup.sh
Mads Kiilerich
cleanup: run pyflakes as a part of scripts/run-all-cleanup...
r8109
hg loc 'set:!binary()&grep("^#!.*python")' '*.py' | xargs scripts/pyflakes