Files @ 7172f3b0042b
Branch filter:

Location: kallithea/scripts/run-all-cleanup

Mads Kiilerich
tests: minor updates for how py3 strings/bytes are different
#!/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