On Windows 7, a .pylintrc file in your home directory (typically C:\Users\myusername) will be automatically recognized.
You can create a template using:
pylint --generate-rcfile > .pylintrc
On Windows 7, a .pylintrc file in your home directory (typically C:\Users\myusername) will be automatically recognized.
You can create a template using:
pylint --generate-rcfile > .pylintrc