1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-08 15:46:42 +02:00

fix lint errors

This commit is contained in:
Nick Sweeting
2024-04-25 21:36:11 -07:00
parent 1d9e7ec66a
commit 6a6ae7468e
12 changed files with 16 additions and 35 deletions

View File

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