> My suggestion is that it is enough to ensure in the culture / workflow. > Lets indicate in the workflow doc, developer should ensure there are no > PEP8 warnings locally before pushing.
It's not so easy. First, there is a lot of pep8 errors/warnings in the current code. We should deal with this in one way or another. Second, this is already in docs: https://github.com/sympy/sympy/wiki/Development-workflow#wiki-coding-conventions-in-sympy No luck! So, the only way to ensure of this conformance - is to run some regular tests. Strict pep8 conformance may be distractive for newcommers, but the price is high: more merge conflicts, more noise in the git history, more stylistic commentaries, etc. -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sympy. For more options, visit https://groups.google.com/groups/opt_out.
