fix lint script
This commit is contained in:
parent
d70bb7980e
commit
6073b454b0
1 changed files with 4 additions and 3 deletions
|
@ -15,8 +15,9 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && cd .. && pwd )"
|
|||
source "$DIR/.venv/bin/activate"
|
||||
|
||||
echo "[*] Running flake8..."
|
||||
flake8 archivebox
|
||||
echo
|
||||
flake8 archivebox && echo "√ No errors found."
|
||||
|
||||
echo
|
||||
|
||||
echo "[*] Running mypy..."
|
||||
mypy archivebox || true
|
||||
echo "(skipping for now, run 'mypy archivebox' to run it manually)"
|
||||
|
|
Loading…
Reference in a new issue