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