This is an automated email from the ASF dual-hosted git repository. johnbodley pushed a commit to branch john-bodley-patch-5 in repository https://gitbox.apache.org/repos/asf/superset.git
commit a63df188908668b2903a8028cc93efcaa944d383 Author: John Bodley <[email protected]> AuthorDate: Wed Jul 27 01:10:05 2022 -0700 Update setup.cfg --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 6f667677ec..7f2f83c18e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -41,7 +41,7 @@ disallow_untyped_calls = true disallow_untyped_defs = true ignore_missing_imports = true no_implicit_optional = true -warn_unused_ignores = false +warn_unused_ignores = true [mypy-superset.migrations.versions.*] ignore_errors = true
