From 7dfa03eb73ec82474eb808b8145ed707b6825ad1 Mon Sep 17 00:00:00 2001 From: Dionisio E Alonso Date: Tue, 6 Feb 2024 08:59:57 -0300 Subject: [PATCH] feat(LSP): Delete default flag from config The flag being deleted already has its default value set to what was on the configuration file. Having the configuration was redundant. --- mypy/config | 1 - 1 file changed, 1 deletion(-) diff --git a/mypy/config b/mypy/config index da83f18..b34b27e 100644 --- a/mypy/config +++ b/mypy/config @@ -2,7 +2,6 @@ show_column_numbers = true ignore_missing_imports = true follow_imports = silent -show_error_codes = true warn_unused_configs = true allow_any_generics = false