From 5797fa1f3ac8cc056823e30f0f96032dba9d36ec Mon Sep 17 00:00:00 2001 From: Anshuman Goel Date: Tue, 10 Nov 2020 08:09:18 -0800 Subject: [PATCH] adding ypy on tests (#279) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0003760d4..d03da7f0a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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__