Re: [code-quality] Adding python function arguments related customized rule in pylint

2015-08-05 Thread Ahirnish Pareek
Hi, I have never patched anything to the open-source code and I am confused as to what are the right steps to follow. I need to patch a function argument related checker into the pylint code base. Can someone point me to the steps need to follow to ensure my changes go upstream? Thanks. On Fri,

Re: [code-quality] Adding python function arguments related customized rule in pylint

2015-08-05 Thread Florian Bruhin
* Ahirnish Pareek [2015-08-05 13:49:39 +0530]: > I have never patched anything to the open-source code and I am confused as > to what are the right steps to follow. I need to patch a function argument > related checker into the pylint code base. Can someone point me to the > steps need to follow t

[code-quality] flake8 on windows

2015-08-05 Thread Mark Summerfield
Hi, According to the flake8 docs you can set your preferences in ~/.config/flake8 on Linux -- and this works fine. But the docs don't mention Windows. I tried \User\mark\ and I tried the root of my Python project (as flake8, as tox.ini, and as setup.cfg), but nothing seemed to work. Best wishes,

Re: [code-quality] flake8 on windows

2015-08-05 Thread Ian Cordasco
On Tue, Aug 4, 2015 at 10:24 AM, Mark Summerfield wrote: > Hi, > > According to the flake8 docs you can set your preferences in > ~/.config/flake8 on Linux -- and this works fine. > > But the docs don't mention Windows. I tried \User\mark\ and I tried the > root of my Python project (as flake8, as