From a1e6113947f94cca83712ab43d25c9024ef0d1b3 Mon Sep 17 00:00:00 2001 From: ivanzvonkov Date: Fri, 22 Dec 2023 13:25:55 -0500 Subject: [PATCH] free mypy --- .github/workflows/ci.yaml | 1 + requirements.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0c35b02..1c75128 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -29,6 +29,7 @@ jobs: run: python -m flake8 . - name: mypy run: | + python -m mypy --install-types python -m mypy openmapflow python -m mypy tests python -m mypy buildings-example/*.py diff --git a/requirements.txt b/requirements.txt index 4ebcb61..97bac80 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ black==22.8.0 isort flake8 -mypy==0.812 +mypy torchserve \ No newline at end of file