Files @ 4a0386c40504
Branch filter:

Location: kallithea/scripts/run-all-cleanup

mads
repo: fix sorting in repo lists (Issue #360)

Fix breakage I introduced in 173612a900ef when modifiying to add an early
column and thus shifting the indices of columns used for sorting.
#!/bin/sh

# 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

hg loc 'set:!binary()&grep("^#!.*python")' '*.py' | xargs scripts/pyflakes