Files @ d4ea298c3ec4
Branch filter:

Location: kallithea/scripts/run-all-cleanup - annotation

mads
cleanup: minor refactorings and simplification of dict usage

Makes it more py3 compatible.
#!/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