Files @ 95ca00cd722f
Branch filter:

Location: kallithea/scripts/run-all-cleanup

Mads Kiilerich
cleanup: minor correctness fixes

"Trivial" potential problems spotted with pytype.
#!/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