From a3acbdfc10291410dcf7787afd60582de8d3584b Mon Sep 17 00:00:00 2001 From: Marti Raudsepp Date: Tue, 19 Mar 2024 17:44:06 +0200 Subject: [PATCH] TODO resolved --- mypy.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/mypy.ini b/mypy.ini index b4fb298c1..dd9ece64c 100644 --- a/mypy.ini +++ b/mypy.ini @@ -13,7 +13,6 @@ disallow_untyped_defs = true disallow_incomplete_defs = true disable_error_code = empty-body enable_error_code = ignore-without-code -# TODO: update our test error messages to match new mypy output force_uppercase_builtins = true force_union_syntax = true