Hi,

We're using pylint as a pre-commit hook to check our code. However, it
takes about a minute for each run, and it's quite frustrating.

I guess that most of the work is redundant, as most files do not change
between runs. How hard would it be to add the ability to cache results to
speed-up linting? I may be able to spend a day or two working on this, if
there's a relatively simple way to do this.

Is it possible?

Thanks,
Noam
_______________________________________________
code-quality mailing list
code-quality@python.org
https://mail.python.org/mailman/listinfo/code-quality

Reply via email to