Add a minimal option to pylint --generate-toml-config #7485
Labels
Enhancement ✨
Improvement to a component
Needs PR
This issue is accepted, sufficiently specified and now needs an implementation
Milestone
Current problem
pylint --generate-toml-config
can produce 500+ lines of TOML config and comments. This is a lot of text to understand, search, and edit compared to the configuration of other tools. Can we create a far less chatty versionpylint --generate-toml-config
that strips all settings that match the pylint default and all nonessential comments.Desired solution
A default value trimmer could be used to slim down existing TOML configurations and/or be run as a post-process to
pylint --generate-toml-config
.Additional context
pylint-dev/astroid#1793
The text was updated successfully, but these errors were encountered: