Pylint settings
Title
Tags: Related to: [[pylint]] See also: Previous:
pylint settings
when you make a new project you should run:
pylint --generate-rcfile > .pylintrc
It will generate a .pylintrc file that sublime will use as a linter.
This can be edited so that certain errors don’t show up. (i.e. single letter variables)
References
- [[]]