cleanup config files

This commit is contained in:
Nick Sweeting 2021-04-23 22:58:44 -04:00
parent 1cdd2bf496
commit eb80dc26a1
8 changed files with 43 additions and 55 deletions

View file

@ -15,7 +15,8 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && cd .. && pwd )"
source "$DIR/.venv/bin/activate"
echo "[*] Running flake8..."
flake8 archivebox && echo "√ No errors found."
cd archivebox
flake8 . && echo "√ No errors found."
echo