Skip to content

Commit bb065e8

Browse files
phlogistonjohnmergify[bot]
authored andcommitted
pyproject.toml: exclude generated files from mypy check
Configure mypy not to check the files we plan to generate from the grpc toolchain. Signed-off-by: John Mulligan <[email protected]>
1 parent e6c5111 commit bb065e8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,8 @@ disallow_untyped_defs = false
3232
[[tool.mypy.overrides]]
3333
module = "sambacc.schema.*"
3434
disallow_untyped_defs = false
35+
36+
[[tool.mypy.overrides]]
37+
module = "sambacc.grpc.generated.*"
38+
disallow_untyped_defs = false
39+
ignore_errors = true

0 commit comments

Comments
 (0)