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
{{ message }}
This repository was archived by the owner on Aug 6, 2025. It is now read-only.
Is your feature request related to a problem? Please describe.
No, this is just a feature request for something which is in the CLI version of pylint but doesn't seem tobe in this plugin.
Describe the solution you'd like
When using Pylint from the CLI, it provides a score out of 10.0 for your code. This provides a nice, quick way to gauge improvements in the code before drilling down to the individual errors/warnings/refactoring/etc. Would it be possible to provide this information through this PyCharm plugin as well?
Describe alternatives you've considered
The only alternative currently would be run the Pylint plugin in PyCharm then separately run the CLI tool to get the score.
Additional context
For example, in one CLI run of pylint, after the list of issues it found, it reports: Your code has been rated at 9.86/10 (previous run: 9.86/10, +0.00)
FarsanRashid, Simpom, 0x6d64, gatormc9, baterflyrity and 1 more