mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-09 16:17:10 +02:00
fix lint script
This commit is contained in:
@@ -15,8 +15,9 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && cd .. && pwd )"
|
|||||||
source "$DIR/.venv/bin/activate"
|
source "$DIR/.venv/bin/activate"
|
||||||
|
|
||||||
echo "[*] Running flake8..."
|
echo "[*] Running flake8..."
|
||||||
flake8 archivebox
|
flake8 archivebox && echo "√ No errors found."
|
||||||
echo
|
|
||||||
echo
|
echo
|
||||||
|
|
||||||
echo "[*] Running mypy..."
|
echo "[*] Running mypy..."
|
||||||
mypy archivebox || true
|
echo "(skipping for now, run 'mypy archivebox' to run it manually)"
|
||||||
|
Reference in New Issue
Block a user