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 73f5b62 commit 2366e70Copy full SHA for 2366e70
pyproject.toml
@@ -80,7 +80,7 @@ disable_error_code = ["union-attr"]
80
81
[[tool.mypy.overrides]]
82
module = ["onnx_diagnostic.helpers.rt_helper"]
83
-disable_error_code = ["arg-type", "assignment", "attr-defined", "call-overload", "misc", "name-defined", "union-attr", "name-defined]
+disable_error_code = ["arg-type", "assignment", "attr-defined", "call-overload", "misc", "name-defined", "union-attr", "name-defined"]
84
85
86
module = ["onnx_diagnostic.reference.report_results_comparison"]
0 commit comments