Hello guys,

I came from http://docs.pylint.org/contribute.html#mailing-lists

Im the author of some code-quality libraries such as 
https://github.com/klen/pylama. I use that in my VIM plugin 
https://github.com/klen/python-mode. Pylama is simular to flake8, but have some 
additional features and works also with pylint.

Today I would like to make code checking with pylama is more asynchronously. I 
haven't any problems with pyflake, pep8, pep257 and mccabe but cannot make 
pylint works. When I run pylint with a few threads I get errors like this: 
https://gist.github.com/klen/5721176. When one thread try to run pylint a more 
from one time I got this error.

I think the problem in ASTNG MANAGER and I try to clean that cache.

I tried to clear the cache in several ways https://gist.github.com/klen/5721225 
but not have success.

Can anybody help me?


PS: Sorry for my English, its far from well I now.



Kirill Klenov
web developer
______________________________________________________________________
horn...@gmail.com | http://klen.github.io
mobile: +7 906 7723620

_______________________________________________
code-quality mailing list
code-quality@python.org
http://mail.python.org/mailman/listinfo/code-quality

Reply via email to