Skip to content

Commit b418906

Browse files
authored
🚨 Lint: disable pyright overload overlapping check (#187)
1 parent 93e6982 commit b418906

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
@@ -137,6 +137,11 @@ pythonVersion = "3.9"
137137
pythonPlatform = "All"
138138
defineConstant = { PYDANTIC_V2 = true }
139139

140+
executionEnvironments = [
141+
# disable overload check for generated version codes
142+
{ root = "githubkit/versions/", reportOverlappingOverload = false },
143+
]
144+
140145
exclude = ["codegen/**"]
141146

142147
[tool.codegen]

0 commit comments

Comments
 (0)