diff --git a/pyproject.toml b/pyproject.toml index 1dba38e2b..5d8b689e2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -90,7 +90,7 @@ exclude = [ [tool.mypy] disallow_untyped_defs = false disallow_incomplete_defs = false -enable_error_code = ["ignore-without-code"] +enable_error_code = ["ignore-without-code", "truthy-bool"] follow_imports = "normal" ignore_missing_imports = true pretty = true