[mypy] Enforcing typing for db_engine_specs (#9138)

This commit is contained in:
John Bodley
2020-02-17 23:08:11 -08:00
committed by GitHub
parent 3149d8ebc0
commit 9f5f8e5d92
17 changed files with 173 additions and 104 deletions

View File

@@ -52,3 +52,8 @@ order_by_type = false
[mypy]
ignore_missing_imports = true
no_implicit_optional = true
[mypy-superset.db_engine_specs.*]
check_untyped_defs = true
disallow_untyped_calls = true
disallow_untyped_defs = true