Skip to content Skip to sidebar Skip to footer
Showing posts with the label Pylint

Pylint Ignore Specific Names

I have a problem with pylint, i.e. sometimes it repeats the same message for some variable/class/mo… Read more Pylint Ignore Specific Names

Disable Specific Pylance Linting Messages In Vs Code Settings.json Like With "python.linting.pylintargs"

When Pylance was introduced, I filed a question on how to generally customize Pylance linting. Here… Read more Disable Specific Pylance Linting Messages In Vs Code Settings.json Like With "python.linting.pylintargs"

Pyreverse Doesn't Draw Relationships/arrows/connections

Hey I kinda got Pyreverse to work, it's now showing my classes but it doesn't draw connecti… Read more Pyreverse Doesn't Draw Relationships/arrows/connections

For Pylint, Is It Possible To Have A Different Pylintrc File For Each Eclipse Project?

I saw I can change it per Eclipse instance using this solution. I would like to set it per project.… Read more For Pylint, Is It Possible To Have A Different Pylintrc File For Each Eclipse Project?

Automated Docstring And Comments Spell Check

Consider the following sample code: # -*- coding: utf-8 -*- '''Test module.''&#… Read more Automated Docstring And Comments Spell Check

Getting Started With Pylint For Jython (jython2.5.1)

We have a ton of Jython scripts for our deployment automation; I'd like Pylint to be part of ou… Read more Getting Started With Pylint For Jython (jython2.5.1)

Pylint Not Recognizing Some Of The Standard Library

I'm using pylint + pydev, with python 2.6. I have a module with just this line of code from ema… Read more Pylint Not Recognizing Some Of The Standard Library

How Can I Set The Python Max Allowed Line Length To 120 In Syntastic For Vim?

I'm using python-mode for Vim, I prefer for there to be 120 character lines rather than the sta… Read more How Can I Set The Python Max Allowed Line Length To 120 In Syntastic For Vim?