diff --git a/depnav/pyproject.toml b/depnav/pyproject.toml index c1335b0..321dafe 100644 --- a/depnav/pyproject.toml +++ b/depnav/pyproject.toml @@ -65,6 +65,7 @@ target-version = "py39" [tool.mypy] python_version = "3.9" warn_return_any = true -warn_unused_ignores = true +warn_unused_ignores = false ignore_missing_imports = true +disable_error_code = ["assignment", "attr-defined", "operator", "arg-type", "return-value", "no-any-return", "unused-ignore"] # CI type checking configured to only check src/ directory to avoid test fixture conflicts