.pylint.d has 170MB, how to clean?
Hello everybody, I found out that my .pylint.d directory has grown to 170MB, as I am working on a 1GB workspace this is a lot. I haven't found a way to clean it in the FAQ or manual. Can I just delete the contents without damaging PyLint? Thanks for answers, Best Regards, Stefan
On Sat, Jul 25, 2015 at 11:57 AM, Štefan Hocko <stefan.hocko@gmail.com> wrote:
Hello everybody,
I found out that my .pylint.d directory has grown to 170MB, as I am working on a 1GB workspace this is a lot. I haven't found a way to clean it in the FAQ or manual. Can I just delete the contents without damaging PyLint?
Thanks for answers,
Best Regards, Stefan
_______________________________________________ code-quality mailing list code-quality@python.org https://mail.python.org/mailman/listinfo/code-quality
Yeah, you could just delete it and pylint will work normally. That folder is used only for caching stats. /Claudiu
participants (2)
-
Claudiu Popa
-
Štefan Hocko