antimatter
unread,Aug 5, 2011, 1:25:50 PM8/5/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to python(x,y)
Alright, I was missing the forest through the trees. For the archive:
In C:\...\Python26\Scripts is a file named pylint.bat that contains
this line:
python "%~dpn0" %*
I just appended the rcfile option, so it looks like that now:
python "%~dpn0" %* --rcfile="C:\path\to\my\custom_pylintrc"
Now, every use of pylint loads this config file (command line, too),
but it's fine for my purpose.