From f197df0ecd5d0203096a77df535f7717858d16d9 Mon Sep 17 00:00:00 2001 From: collerek Date: Wed, 9 Jun 2021 12:23:22 +0200 Subject: [PATCH] add missing types stubs for deps --- .github/workflows/test-package.yml | 2 +- Makefile | 2 +- requirements.txt | 4 ++++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-package.yml b/.github/workflows/test-package.yml index c66601b..df50003 100644 --- a/.github/workflows/test-package.yml +++ b/.github/workflows/test-package.yml @@ -64,7 +64,7 @@ jobs: env: DATABASE_URL: "sqlite:///testsuite" run: bash scripts/test.sh - - run: mypy --config-file mypy.ini --install-types ormar tests + - run: mypy --config-file mypy.ini ormar tests - name: Upload coverage uses: codecov/codecov-action@v1 - name: Test & publish code coverage diff --git a/Makefile b/Makefile index 6f0ec91..47cba5e 100644 --- a/Makefile +++ b/Makefile @@ -28,4 +28,4 @@ black: black ormar tests mypy: - mypy --config-file mypy.ini --install-types ormar tests \ No newline at end of file + mypy --config-file mypy.ini ormar tests \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 92b231d..abdd726 100644 --- a/requirements.txt +++ b/requirements.txt @@ -44,6 +44,10 @@ types-ipaddress types-enum34 types-cryptography types-orjson +types-aiofiles +types-pkg_resources +types-requests +types-toml # Documantation mkdocs