Skip to content

Commit c8b9983

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

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
@@ -127,6 +127,11 @@ files = [
127127
"tests",
128128
]
129129

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

0 commit comments

Comments
 (0)