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

Seek Python Warning For A Multiply Defined Function

Q: is there a way to get Python to give me a warning when there is more than one definition of the … Read more Seek Python Warning For A Multiply Defined Function

Using Pylint To Display Error And Warnings

So I started using Pylint but since I am using tabs instead of spaces it is giving me as warnings, … Read more Using Pylint To Display Error And Warnings

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)

Where Are Detailed The Rules, Concepts And Usages Behind Each Pylint's Warnings?

I am still discovering Pylint and I understand why many Pythonists deactivate some (or many) warnin… Read more Where Are Detailed The Rules, Concepts And Usages Behind Each Pylint's Warnings?

How To Define Pylance Linting Arguments In Vs Code (something Like "python.linting.pylanceargs")?

Until around 3 weeks ago, I'd been using pylint for linting my python-files in VS Code. Then, I… Read more How To Define Pylance Linting Arguments In Vs Code (something Like "python.linting.pylanceargs")?

Check Python 3 Source With Pylint Running With Python 2

Some checks of Pylint are depending on whether the checked source code is of kind Python 2 or Pytho… Read more Check Python 3 Source With Pylint Running With Python 2

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?

How Can I Use Pyreverse In Eclipse?

I've installed Eclipse (latest stable) and integrated PyDev and PyLint succesfully. Now being a… Read more How Can I Use Pyreverse In Eclipse?