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.
2 parents d0d514b + f9a2870 commit 4e01516Copy full SHA for 4e01516
msgraph/py.typed
mypy.ini
@@ -0,0 +1,7 @@
1
+[mypy]
2
+warn_unused_configs = true
3
+files = "msgraph"
4
+ignore_missing_imports = true
5
+
6
+[mypy-msgraph.generated.*]
7
+ignore_errors = True
pyproject.toml
@@ -52,6 +52,10 @@ warn_unused_configs = true
52
files = "msgraph"
53
ignore_missing_imports = true
54
55
+[[tool.mypy.overrides]]
56
+module = "msgraph.generated"
57
+ignore_errors = true
58
59
[tool.yapf]
60
based_on_style = "pep8"
61
dedent_closing_brackets = true
@@ -77,3 +81,6 @@ push = false
77
81
[tool.bumpver.file_patterns]
78
82
"pyproject.toml" = ['current_version = "{version}"', 'version = "{version}"']
79
83
"msgraph/_version.py" = ["{version}"]
84
85
+[tool.poetry.packages]
86
+include = ["msgraph"]
0 commit comments