Files @ e539db6cc0da
Branch filter:

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

Mads Kiilerich
celery: update ini template to use json for tasks and results

Json seems to be more reliable than pickle, and seems to be the future.
#!/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

hg loc 'set:!binary()&grep("^#!.*python")' '*.py' | xargs scripts/pyflakes