[wingide-users] Use different version of Pylint with the appropriate version of Python
Wing IDE Support
support at wingware.com
Wed Apr 4 08:52:14 MDT 2012
On 4/3/12 11:40 PM, Melton Low (devl) wrote:
> Is there a way to have the WingIDE automatically change Pylint version
> when changing Python version, i.e from 2.7 to 3.2 ? Something similar to
> the way the Python version associated with a project is changed when
> changing project.
You can create per-project .pylintrc files. If a file .pylintrc exists
in the same directory as a Wing project file, then this file name is
passed to pylint using the --rcfile argument. See the pylint
documentation for details on what this file can contain.
Cheers,
John
More information about the wingide-users
mailing list