You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any intent to make the arpy package pep8 or pyflakes compatible?
The main goal for making it pep8 compatible is to facilitate contribution from external developers. With pep8 developers don't have to learn a new style guide for each project they contribute.
pyflakes is a fast static analyzer and can help with keeping the code clean.
Maybe we can also make the source code ascii only, by escaping the unicode characters.
I am willing to contribute a patch if you are happy with this kind of changes
I can also write a small command to automatically check for pep8 or pyflakes warnings.
Thanks!
The text was updated successfully, but these errors were encountered:
Thanks for asking!
I'm not that happy about some pep8 rules to be honest. Anything that checks correctness, I'll be glad to accept as soon as possible (like F4xx, F8xx, E1xx and similar checks from flake8) - those could be added to the standard tox run too.
As for the rest, I'd rather see things easy flowing than force anyone to be pedantic about where to break a line with 81 characters ;)
I agree that I am pedantic and that XP can still be controversial.
In our team we have pep and pyflakes integrated into our text editors, so each time we open a non-pep non-flakes compliant code the text editor goes crazy.
With pedantic checks for code guide we are trying to achieve collective wwnership - The notion that the code belongs to the team, not to the individual.
For me, applying pep8 or pyflakes is all or nothing, so I see little gain in applying selective PEP8 or pyflakes.
This is why I am not strongly motivated to continue working at fixing this ticket.
Hi,
Is there any intent to make the arpy package pep8 or pyflakes compatible?
The main goal for making it pep8 compatible is to facilitate contribution from external developers. With pep8 developers don't have to learn a new style guide for each project they contribute.
pyflakes is a fast static analyzer and can help with keeping the code clean.
Maybe we can also make the source code ascii only, by escaping the unicode characters.
I am willing to contribute a patch if you are happy with this kind of changes
I can also write a small command to automatically check for pep8 or pyflakes warnings.
Thanks!
The text was updated successfully, but these errors were encountered: