Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement usethis tool pydantic #374

Open
nathanjmcdougall opened this issue Mar 4, 2025 · 0 comments
Open

Implement usethis tool pydantic #374

nathanjmcdougall opened this issue Mar 4, 2025 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@nathanjmcdougall
Copy link
Owner

Motivation
It's simple to install but subtle to configure with type checkers and linters since it does some unusual things under the hood. For example, with the TC rule codes;

[tool.ruff.lint.flake8-type-checking]
runtime-evaluated-base-classes = ["pydantic.BaseModel"]

Summary of desired enhancement
Add support for pydantic config in a way that integrates well with other tools.

@nathanjmcdougall nathanjmcdougall added the enhancement New feature or request label Mar 4, 2025
@nathanjmcdougall nathanjmcdougall self-assigned this Mar 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant