Files @ bb1154b80789
Branch filter:

Location: kallithea/scripts/run-all-cleanup

Mads Kiilerich
refactor: use string methods instead of class functions and map

Python 3 has no lower or strip functions - only string methods.
#!/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