diff --git a/pyproject.toml b/pyproject.toml index ea920e565..f06653a40 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ exclude = [ "dist", "docs", ] -reportUnnecessaryTypeIgnoreComment = true +reportUnnecessaryTypeIgnoreComment = "warning" pythonVersion = "3.8" typeCheckingMode = "basic"