Files @ c734e5be1a5a
Branch filter:

Location: kallithea/scripts/run-all-cleanup

Hosted Weblate
Update translation files

Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: Kallithea/Development
Translate-URL: https://hosted.weblate.org/projects/kallithea/kallithea/
#!/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