-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Print statistics how many files were checked in verbose. #8935
Copy link
Copy link
Labels
Good first issueFriendly and approachable by new contributorsFriendly and approachable by new contributorsNeeds PRThis issue is accepted, sufficiently specified and now needs an implementationThis issue is accepted, sufficiently specified and now needs an implementationUsabilityIssues related to the usability/UX of pylintIssues related to the usability/UX of pylint
Milestone
Metadata
Metadata
Assignees
Labels
Good first issueFriendly and approachable by new contributorsFriendly and approachable by new contributorsNeeds PRThis issue is accepted, sufficiently specified and now needs an implementationThis issue is accepted, sufficiently specified and now needs an implementationUsabilityIssues related to the usability/UX of pylintIssues related to the usability/UX of pylint
Current problem
I am trying to fine tune pylint and when dealing with excludes I see that sometimes too many files were excluded and would like to compare with number of files in a project.
Desired solution
After pylint completed I would like to have printed something similar to black:
Additional context
No response