Skip to content

Commit 30ca8b9

Browse files
committed
Simplify surface-type generator to raw codegen output with minimal fixes
1 parent 408c56e commit 30ca8b9

7 files changed

Lines changed: 2407 additions & 1798 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,8 @@ max-complexity = 24 # Default is 10
178178

179179
[tool.ruff.lint.per-file-ignores]
180180
"__init__.py" = ["F401"]
181+
# Generated by scripts/gen_surface_types.py: raw datamodel-codegen output.
182+
"src/mcp/types/v*/__init__.py" = ["D212", "E501", "I001", "TID251", "UP007", "UP037"]
181183
"tests/server/mcpserver/test_func_metadata.py" = ["E501"]
182184
"tests/shared/test_progress_notifications.py" = ["PLW0603"]
183185

0 commit comments

Comments
 (0)