add missing types stubs for deps
This commit is contained in:
2
.github/workflows/test-package.yml
vendored
2
.github/workflows/test-package.yml
vendored
@ -64,7 +64,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
DATABASE_URL: "sqlite:///testsuite"
|
DATABASE_URL: "sqlite:///testsuite"
|
||||||
run: bash scripts/test.sh
|
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
|
- name: Upload coverage
|
||||||
uses: codecov/codecov-action@v1
|
uses: codecov/codecov-action@v1
|
||||||
- name: Test & publish code coverage
|
- name: Test & publish code coverage
|
||||||
|
|||||||
2
Makefile
2
Makefile
@ -28,4 +28,4 @@ black:
|
|||||||
black ormar tests
|
black ormar tests
|
||||||
|
|
||||||
mypy:
|
mypy:
|
||||||
mypy --config-file mypy.ini --install-types ormar tests
|
mypy --config-file mypy.ini ormar tests
|
||||||
@ -44,6 +44,10 @@ types-ipaddress
|
|||||||
types-enum34
|
types-enum34
|
||||||
types-cryptography
|
types-cryptography
|
||||||
types-orjson
|
types-orjson
|
||||||
|
types-aiofiles
|
||||||
|
types-pkg_resources
|
||||||
|
types-requests
|
||||||
|
types-toml
|
||||||
|
|
||||||
# Documantation
|
# Documantation
|
||||||
mkdocs
|
mkdocs
|
||||||
|
|||||||
Reference in New Issue
Block a user