comparison scripts/run-all-cleanup @ 8240:51af7c12ffb1

cleanup: run pyflakes as a part of scripts/run-all-cleanup pyflakes has no usable configuration options, so create a small wrapper script. Instead of having two wrapper scripts (with one being almost nothing and the other containing configuration), just keep it simple and use one combined.
author Mads Kiilerich <mads@kiilerich.com>
date Tue, 11 Feb 2020 05:17:03 +0100
parents 40edadecda69
children 8d663d23ab85
comparison
equal deleted inserted replaced
8239:9d6cc55384fe 8240:51af7c12ffb1
6 set -x 6 set -x
7 7
8 scripts/docs-headings.py 8 scripts/docs-headings.py
9 scripts/generate-ini.py 9 scripts/generate-ini.py
10 scripts/whitespacecleanup.sh 10 scripts/whitespacecleanup.sh
11
12 hg loc 'set:!binary()&grep("^#!.*python")' '*.py' | xargs scripts/pyflakes