linter-pylint - no longer working #175
-
the linter-pylint package has stopped working with new versions of pylint. are there any other python developers out there, that use pulsar and pylint? if so, how do you do it?
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
after i updated the pylintrc file (regenerated it, using |
Beta Was this translation helpful? Give feedback.
-
you can check my package |
Beta Was this translation helpful? Give feedback.
after i updated the pylintrc file (regenerated it, using
pylint --generate-rcfile > .pylintrc
), pylint in pulsar is working well again. so, the error seems to have been caused by a discrepancy in between the rc file and the updated pylint.