Skip to content

Commit

Permalink
ci(typing): Disable mypy [annotation-unchecked] on examples (#3775)
Browse files Browse the repository at this point in the history
  • Loading branch information
dangotbanned authored Jan 18, 2025
1 parent 144befb commit a79b934
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,13 @@ module = [
ignore_missing_imports = true
disable_error_code = ["import-untyped"]

[[tool.mypy.overrides]]
module = [
"tests/examples_arguments_syntax.*",
"tests/examples_methods_syntax.*",
]
disable_error_code = ["annotation-unchecked"]

[tool.pyright]
enableExperimentalFeatures=true
extraPaths=["./tools"]
Expand Down

0 comments on commit a79b934

Please sign in to comment.