forked from orbit-oss/flask
Fix typing import issues
This commit is contained in:
parent
72078148c0
commit
9fa8b0f7ad
2 changed files with 4 additions and 1 deletions
|
|
@ -112,3 +112,6 @@ ignore_missing_imports = True
|
|||
|
||||
[mypy-dotenv.*]
|
||||
ignore_missing_imports = True
|
||||
|
||||
[mypy-cryptography.*]
|
||||
ignore_missing_imports = True
|
||||
|
|
|
|||
2
tox.ini
2
tox.ini
|
|
@ -24,7 +24,7 @@ commands = pre-commit run --all-files --show-diff-on-failure
|
|||
|
||||
[testenv:typing]
|
||||
deps = -r requirements/typing.txt
|
||||
commands = mypy
|
||||
commands = mypy --install-types --non-interactive
|
||||
|
||||
[testenv:docs]
|
||||
deps = -r requirements/docs.txt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue