Skip to content

Commit 62da909

Browse files
committed
add mypy to build ditribution process
1 parent 6f23ffe commit 62da909

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ warn_unused_configs = true
5252
files = "msgraph"
5353
ignore_missing_imports = true
5454

55+
[[tool.mypy.overrides]]
56+
module = "msgraph.generated"
57+
ignore_errors = true
58+
5559
[tool.yapf]
5660
based_on_style = "pep8"
5761
dedent_closing_brackets = true

0 commit comments

Comments
 (0)