Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 46e29d9

Browse files
committedFeb 27, 2025
pyproject(mypy[exceptions]): examples to ignore no-untyped-def
1 parent 464a79f commit 46e29d9

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.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)
Please sign in to comment.