mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-13 22:54:27 -04:00
fix linter
This commit is contained in:
parent
3aeca0e450
commit
ea1ff7b6bc
2 changed files with 5 additions and 2 deletions
|
@ -83,7 +83,6 @@ from .config import (
|
||||||
EXTERNAL_LOCATIONS,
|
EXTERNAL_LOCATIONS,
|
||||||
DATA_LOCATIONS,
|
DATA_LOCATIONS,
|
||||||
DEPENDENCIES,
|
DEPENDENCIES,
|
||||||
DEBUG,
|
|
||||||
load_all_config,
|
load_all_config,
|
||||||
CONFIG,
|
CONFIG,
|
||||||
USER_CONFIG,
|
USER_CONFIG,
|
||||||
|
|
|
@ -14,5 +14,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..."
|
||||||
flake8 archivebox
|
flake8 archivebox
|
||||||
mypy archivebox
|
echo
|
||||||
|
echo
|
||||||
|
echo "[*] Running mypy..."
|
||||||
|
mypy archivebox || true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue