Files @ 28b1d67b1601
Branch filter:

Location: kallithea/scripts/run-all-cleanup

Thomas De Schampheleire
tests: drop upper bound to pytest-sugar version

With some other dev-requirements having no version specification, there is
no real reason to keep an upper bound to pytest-sugar either.
The lower bound is still relevant as that fixed a bug.
#!/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