view scripts/run-all-cleanup @ 8287:abb83e4edfd9

scripts: run isort on scripts too
author Mads Kiilerich <mads@kiilerich.com>
date Fri, 06 Mar 2020 19:37:10 +0100
parents 51af7c12ffb1
children 8d663d23ab85
line wrap: on
line source

#!/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