Skip to content

Commit 2366e70

Browse files
committed
fix pyproject
1 parent 73f5b62 commit 2366e70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ disable_error_code = ["union-attr"]
8080

8181
[[tool.mypy.overrides]]
8282
module = ["onnx_diagnostic.helpers.rt_helper"]
83-
disable_error_code = ["arg-type", "assignment", "attr-defined", "call-overload", "misc", "name-defined", "union-attr", "name-defined]
83+
disable_error_code = ["arg-type", "assignment", "attr-defined", "call-overload", "misc", "name-defined", "union-attr", "name-defined"]
8484

8585
[[tool.mypy.overrides]]
8686
module = ["onnx_diagnostic.reference.report_results_comparison"]

0 commit comments

Comments
 (0)