adding ypy on tests (#279)

This commit is contained in:
Anshuman Goel 2020-11-10 08:09:18 -08:00 committed by GitHub
parent 81a04ed81d
commit 5797fa1f3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -209,7 +209,7 @@ jobs:
flake8 .
black ./__app__/ ./tests --check
isort --profile black ./__app__/ ./tests --check
mypy __app__
mypy __app__ ./tests
# set a minimum confidence to ignore known false positives
vulture --min-confidence 61 __app__