Skip to content

Commit

Permalink
🔧 exclude codegen in project lint
Browse files Browse the repository at this point in the history
  • Loading branch information
yanyongyu authored Jan 24, 2025
1 parent babc787 commit efab2fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,8 @@ pythonVersion = "3.9"
pythonPlatform = "All"
defineConstant = { PYDANTIC_V2 = true }

exclude = ["codegen/**"]

[tool.codegen]
output_dir = "githubkit/versions/"
legacy_rest_models = "githubkit/rest/__init__.py"
Expand Down

0 comments on commit efab2fe

Please sign in to comment.