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,
* 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
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,
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