From f1b2022aa23213945dfb64c30e4e28092269f32f Mon Sep 17 00:00:00 2001 From: Athanasius Date: Fri, 16 Dec 2022 13:27:21 +0000 Subject: [PATCH] .mypy.ini: s/-/_/g on check-untyped-defs --- .mypy.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.mypy.ini b/.mypy.ini index 38afbb67..10ef53b7 100644 --- a/.mypy.ini +++ b/.mypy.ini @@ -5,5 +5,5 @@ scripts_are_modules = True ; Without this bare `mypy ` may get warnings for e.g. ; ` = ` ; i.e. no typing info. -check-untyped-defs = True +check_untyped_defs = True ; platform = darwin