1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-08 07:36:31 +02:00

fix linter

This commit is contained in:
Nick Sweeting
2020-07-27 23:34:30 -04:00
parent 3aeca0e450
commit ea1ff7b6bc
2 changed files with 5 additions and 2 deletions

View File

@@ -14,5 +14,9 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && cd .. && pwd )"
source "$DIR/.venv/bin/activate"
echo "[*] Running flake8..."
flake8 archivebox
mypy archivebox
echo
echo
echo "[*] Running mypy..."
mypy archivebox || true