From 4e1ba5c05de32b440846cc21faea587f03ea779b Mon Sep 17 00:00:00 2001 From: Romain Failliot Date: Fri, 7 Apr 2023 11:11:55 -0400 Subject: [PATCH] chore(mypy): silence annotation-unchecked notes --- .mypy.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/.mypy.ini b/.mypy.ini index 39462be..bba2729 100644 --- a/.mypy.ini +++ b/.mypy.ini @@ -1,3 +1,4 @@ [mypy] warn_unused_ignores = True disallow_incomplete_defs = True +disable_error_code = annotation-unchecked