software/hoardy/./sanity.sh

Find files matching given criteria quickly, find duplicated files and deduplicate them, record file hashes and verify them, etc.

Files

Raw Source

Contents

#!/bin/sh -e

black $1 *.py hoardy
mypy
#pytest -k 'not slow'
pylint *.py hoardy
./update-readme.sh
if [[ "$1" == "--check" ]]; then
    ./test-hoardy.sh default
fi