Configuration for PyLint
- 4 spaces for indentation
- 90 symbols per line
- Unix linebreaks
Install pylint
via PIP:
pip install pylint
Download configuration file here into your project folder.
Visit the PyLint website to find out all rules and descriptions.