This commit is contained in:
Andras Schmelczer 2022-05-26 21:49:39 +02:00
parent 73db6a31f6
commit 76cdd7b4c4
5 changed files with 8 additions and 5 deletions

View file

@ -16,6 +16,6 @@ python3 -m black . --exclude .env --check
yes | python3 -m mypy . --install-types > /dev/null || true
python3 -m mypy --namespace-packages --ignore-missing-imports --install-types --non-interactive --disallow-untyped-defs --disallow-incomplete-defs --follow-imports=silent --exclude=external/ --exclude=/build/ --pretty .
python3 -m flake8 . --count --show-source --statistics --exclude=__init__.py,.env,external --ignore=E501,E402,F821,W503,E722,E203
python3 -m flake8 . --count --show-source --statistics --exclude=__init__.py,.env,external --ignore=E501,E722,E402,W503,E203
cd -