Re: [pytest-dev] [proposal] big flake8 cleanup before the 3.1 release

2017-03-17 Thread Oliver Bestwalter
Hi all, I usually have all flake8 on full throttle and let PyCharm warn me (except for naming, I am a bit particular there I admit) and I have similar thoughts when wondering through the tox sources. I will watch how you do it and then maybe propose the same for tox afterwards. Good luck, Cheers

Re: [pytest-dev] Sprint this summer?

2017-03-17 Thread Ana Ribeiro
Seems a good idea! If I am around then, I'll definitely try to be there! Congratulations Ronny! On Mar 17, 2017 08:35, "Oliver Bestwalter" wrote: > Hello Ronny, > > oh wow! congratulations then :) > > Cheers > Oliver > > On Fri, 17 Mar 2017 at 10:16 Ronny Pfannschmidt < > opensou...@ronnypfannsc

Re: [pytest-dev] Sprint this summer?

2017-03-17 Thread Oliver Bestwalter
Hello Ronny, oh wow! congratulations then :) Cheers Oliver On Fri, 17 Mar 2017 at 10:16 Ronny Pfannschmidt < opensou...@ronnypfannschmidt.de> wrote: > Hi all, > > i'd love to join a sprint in some way, but i do have a kid on the way and > its due end of july. > which is also why i can't partici

Re: [pytest-dev] [proposal] big flake8 cleanup before the 3.1 release

2017-03-17 Thread Bruno Oliveira
Hi, While this kind of change is a little disruptive regarding history and might generate conflicts in PRs, it is the kind of change that is a little pain for a short time but brings tangible benefits in the long term, so I'm +1 on the idea. An idea: when doing something similar at work (recently

Re: [pytest-dev] [proposal] big flake8 cleanup before the 3.1 release

2017-03-17 Thread Florian Schulze
Hi! Personally I disable the line length limit and keep all other warnings. For old projects I only fix pep8 issues in code I edit in a commit. A massive cleanup disrupts history and especially "blame" too much IMHO. Regards, Florian Schulze On 17 Mar 2017, at 10:09, Ronny Pfannschmidt wrot

Re: [pytest-dev] Sprint this summer?

2017-03-17 Thread Ronny Pfannschmidt
Hi all, i'd love to join a sprint in some way, but i do have a kid on the way and its due end of july. which is also why i can't participate in planning this year and also likely can't be there in person. -- Ronny On 15.03.2017 13:47, Oliver Bestwalter wrote: > Hi all, > > just want to get the

[pytest-dev] [proposal] big flake8 cleanup before the 3.1 release

2017-03-17 Thread Ronny Pfannschmidt
Hi all, before releasing 3.1 i would like to bring pytest up to coding standards while not all agree on the exact rules of flake8, i find it an insult to my eyes to that basically all tools that don't/can't support all kinds of config files pretty much show about half of pytest in violation all th