Skip to content

Commit c26e2f4

Browse files
committed
pyproject(mypy[exceptions]): examples to ignore no-untyped-def
1 parent a4b28c2 commit c26e2f4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pyproject.toml

+5
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,11 @@ files = [
128128
"tests",
129129
]
130130

131+
[[tool.mypy.overrides]]
132+
module = "tests.examples.*"
133+
disallow_untyped_defs = false
134+
disallow_incomplete_defs = false
135+
131136
[tool.coverage.run]
132137
branch = true
133138
parallel = true

0 commit comments

Comments
 (0)