Skip to content

Commit

Permalink
🚨 Lint: disable pyright overload overlapping check (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
yanyongyu authored Jan 25, 2025
1 parent 93e6982 commit b418906
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,11 @@ pythonVersion = "3.9"
pythonPlatform = "All"
defineConstant = { PYDANTIC_V2 = true }

executionEnvironments = [
# disable overload check for generated version codes
{ root = "githubkit/versions/", reportOverlappingOverload = false },
]

exclude = ["codegen/**"]

[tool.codegen]
Expand Down

0 comments on commit b418906

Please sign in to comment.