{"categories":[{"label":"Quality Assurance","url":"https://skillfed.io/packages/category/software-development-quality-assurance"}],"enrichment":{"capability":"A Pylint plugin that extends Pylint's understanding of Pydantic models, reducing false positives when linting code that uses Pydantic.","skillfed_tags":["linting","pydantic","code-quality"],"use_cases":["Suppress false Pylint warnings when using Pydantic BaseModel and Field in data validation schemas.","Integrate Pydantic linting into VSCode or other IDE workflows without disabling Pylint entirely.","Maintain consistent code quality checks in projects that rely on Pydantic for API request/response validation.","Reduce noise in CI/CD lint reports by correctly recognizing Pydantic model attributes and validators."],"what_it_does":"pylint-pydantic is a Pylint plugin that teaches Pylint how to correctly analyze code using Pydantic models. Pylint normally flags Pydantic constructs\u2014like BaseModel, Field definitions, and validators\u2014as undefined or invalid, generating false positives that clutter lint reports. This plugin bridges that gap by making Pylint aware of Pydantic's API surface.\n\nYou install it alongside Pylint and Pydantic, then activate it by passing `--load-plugins pylint_pydantic` to Pylint or configuring it in your editor settings (VSCode, for example). It supports Pydantic v2 features including model validators and works with Python 3.10 through 3.14. The plugin is small and has low install friction, requiring only Pylint, Pydantic, and pylint-plugin-utils as dependencies.","worth_installing":"Yes, if you use Pydantic and Pylint together. The plugin solves a real problem\u2014Pylint's false positives on Pydantic code\u2014with low friction and no security issues. The GPLv3 license is a blocker only for closed-source projects. Maintenance is aging (291 days since last release), so verify compatibility with your specific Pylint and Pydantic versions before relying on it in production."},"id":"pylint-pydantic","links":{"html":"https://skillfed.io/packages/pylint-pydantic","md":"https://skillfed.io/packages/pylint-pydantic.md","pypi":"https://pypi.org/project/pylint-pydantic/"},"maintenance":{"status":"aging"},"meta":{"latest_release":"2025-10-27","license_spdx":null,"license_treatment":"copyleft","name":"pylint-pydantic","python_support":"supports_current","summary":"A Pylint plugin to help Pylint understand the Pydantic"},"popularity":{"monthly_downloads":1351698,"position":4014,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"0.4.1"}
