From 8b654db7d93b264f037e6fe66a0812565e892c7d Mon Sep 17 00:00:00 2001 From: Kaxil Naik Date: Tue, 1 Mar 2022 01:03:12 +0000 Subject: [PATCH] Remove duplicate mypy configs --- setup.cfg | 3 --- 1 file changed, 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 467c14153..1f68c0f74 100644 --- a/setup.cfg +++ b/setup.cfg @@ -109,12 +109,9 @@ ignore_missing_imports = True no_implicit_optional = True warn_redundant_casts = True pretty = True -strict = True show_error_context = True color_output = True strict = True -show_error_context = True -color_output = True [mypy-airflow.*] ignore_missing_imports = True