diff --git a/pyproject.toml b/pyproject.toml index 26353e3..28b0387 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,9 +68,13 @@ source = [ show_missing = true [tool.mypy] +enable_error_code = [ + "ignore-without-code", + "redundant-expr", + "truthy-bool", +] mypy_path = "src/" namespace_packages = false -show_error_codes = true strict = true warn_unreachable = true