You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: configure ruff TC001 for Pydantic runtime-evaluated base classes
- Add [tool.ruff.lint.flake8-type-checking] runtime-evaluated-base-classes
for pydantic.BaseModel so Pydantic field type imports aren't flagged
- Remove 4 stale noqa comments auto-fixed by ruff
0 commit comments