Skip to content

Commit 4a2fbb5

Browse files
pyproject: do not require typing in the schema dir
This tool is only run at "build time" and is not a direct part of the sambacc library code. Signed-off-by: John Mulligan <[email protected]>
1 parent b33a3bd commit 4a2fbb5

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
@@ -28,3 +28,7 @@ disallow_untyped_defs = true
2828
[[tool.mypy.overrides]]
2929
module = "sambacc.commands.*"
3030
disallow_untyped_defs = false
31+
32+
[[tool.mypy.overrides]]
33+
module = "sambacc.schema.*"
34+
disallow_untyped_defs = false

0 commit comments

Comments
 (0)