Hello.
I'm working on a project that detects users' code style automatically. Basically, I want a tool that the user will first run on a set of sample files, this tool then will provide certain information which can be used to 'learn' the user's coding style. Can pylint be that tool? That is, can pylint parse through a bunch of files and spit out information like, the 'tab-width' the user has used, or the 'class docstring regex' and other such things?
Thank You.

Regards,
Aayush Naik