Comment #14 on issue 1757 by asmeurer: Tools to check and correct  
indentation
http://code.google.com/p/sympy/issues/detail?id=1757

I am not sure how I feel about changing:

if test:
     return something
else:
     do something else

to

if test:
     return something
do something else

Coverage is not affected by this, and it can reduce readability in my  
opinion.  Is this mentioned in one of the code quality PEPs somewhere?

Also, I noticed that test_code_quality skips the third party directory, as  
well as __init__.py files, mpmath, and plotting.  Why is this?

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--

You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en.


Reply via email to