Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 262 Bytes

pylint.md

File metadata and controls

19 lines (15 loc) · 262 Bytes

pylint

Install

pip install pylint
pip install pylint-django

Run

pylint <file path>

Disable on line by line basis

code = 2 # pylint: disable=<pylint message: what is shown in () of the output>

Pycharm set up