We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9795c46 commit 77dc839Copy full SHA for 77dc839
pyproject.toml
@@ -34,7 +34,7 @@ disable_error_code = ["arg-type", "assignment", "attr-defined", "call-overload",
34
35
[[tool.mypy.overrides]]
36
module = ["onnx_diagnostic.helpers.model_builder_helper"]
37
-disable_error_code = ["attr-defined", "import-untyped", "name-defined", "var-annotated"]
+disable_error_code = ["attr-defined", "import-untyped", "name-defined", "union-attr", "var-annotated"]
38
39
40
module = ["onnx_diagnostic.helpers.onnx_helper"]
0 commit comments