diff --git a/dev-requirements.txt b/dev-requirements.txt index 8e612b661..2fb7c863b 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,5 +1,5 @@ Flask>=1.1 -mypy==0.812 +mypy==0.910 mypy-extensions>=0.4.3 flake8>=3.7.9 aiohttp>=3.6.2 diff --git a/mypy.ini b/mypy.ini index 25aede3cd..85867f2d8 100644 --- a/mypy.ini +++ b/mypy.ini @@ -4,6 +4,8 @@ warn_unused_configs = True warn_redundant_casts = True show_error_codes = True check_untyped_defs = True +install_types = True +non_interactive = True files = dapr/actor/**/*.py,