Skip to content

Commit 5711333

Browse files
committed
mypy
1 parent 3625965 commit 5711333

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11

2-
onnx_diagnostic.torch_onnx.sbs
3-
==============================
2+
onnx_diagnostic.torch_onnx.sbs_dataclasses
3+
==========================================
44

5-
.. automodule:: onnx_diagnostic.torch_onnx.sbs
5+
.. automodule:: onnx_diagnostic.torch_onnx.sbs_dataclasses
66
:members:
77
:no-undoc-members:
88

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ disable_error_code = ["assignment", "attr-defined", "call-overload", "operator"]
112112

113113
[[tool.mypy.overrides]]
114114
module = ["onnx_diagnostic.torch_onnx.sbs"]
115-
disable_error_code = ["var-annotated"]
115+
disable_error_code = ["arg-type", "assignment", "operator", "var-annotated", "union-attr"]
116116

117117
[tool.ruff]
118118

0 commit comments

Comments
 (0)