Skip to content

Commit 3843ffc

Browse files
committed
disable
1 parent 270e101 commit 3843ffc

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
@@ -96,7 +96,7 @@ disable_error_code = ["name-defined"]
9696

9797
[[tool.mypy.overrides]]
9898
module = ["onnx_diagnostic.torch_export_patches.*"]
99-
disable_error_code = ["arg-type", "assignment", "attr-defined", "index", "misc", "name-defined", "operator", "return-value", "union-attr"]
99+
disable_error_code = ["arg-type", "assignment", "attr-defined", "index", "misc", "name-defined", "operator", "return-value", "union-attr", "var-annotated"]
100100

101101
[[tool.mypy.overrides]]
102102
module = ["onnx_diagnostic.torch_models.*"]

0 commit comments

Comments
 (0)