Skip to content

Commit a79b934

Browse files
authored
ci(typing): Disable mypy [annotation-unchecked] on examples (#3775)
1 parent 144befb commit a79b934

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pyproject.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,13 @@ module = [
320320
ignore_missing_imports = true
321321
disable_error_code = ["import-untyped"]
322322

323+
[[tool.mypy.overrides]]
324+
module = [
325+
"tests/examples_arguments_syntax.*",
326+
"tests/examples_methods_syntax.*",
327+
]
328+
disable_error_code = ["annotation-unchecked"]
329+
323330
[tool.pyright]
324331
enableExperimentalFeatures=true
325332
extraPaths=["./tools"]

0 commit comments

Comments
 (0)