From 959c86c66b373ed4bc35f3ecccdaaa14c4acdca6 Mon Sep 17 00:00:00 2001 From: Pete Gadomski Date: Wed, 7 Aug 2024 12:15:16 -0600 Subject: [PATCH] Update mypy.ini --- mypy.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mypy.ini b/mypy.ini index 7e2e946..f880541 100644 --- a/mypy.ini +++ b/mypy.ini @@ -3,4 +3,4 @@ mypy_path = src explicit_package_bases = True namespace_packages = True show_error_codes = True -# strict = True +strict = True