Description
Adds Pydantic-specific understanding to Pylint checks. It helps reduce false positives and improve diagnostics when Python projects use Pydantic models and validators.
This plugin improves static analysis, but it does not validate runtime data or security rules. Keep model tests for important API and configuration behavior.