Skip to content

Commit b27b41d

Browse files
committed
pyproject(mypy[exceptions]): pytest examples to ignore no-untyped-def
1 parent 0e4a118 commit b27b41d

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

131+
[[tool.mypy.overrides]]
132+
module = "tests.pytest_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)