-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
Description
Hey guys, I've been trying to stay mostly consistent with the PEP8 style guide. Spyder can help if you go into (on the PC): Tools->Preferences->Editor->Code Introspection/Analysis and check the box labeled 'style analysis (pep8).
This will bring up little warning icons in the left hand margin of the editor as well as small yellow marks in the scrolling region that shows non-compliant lines throughout the document.
Mostly it's going to be things like exceeding the 79 character margin, argument spacing, and indentation styles.
It would be a good idea to try to write our code consistent with the style guide as much as possible.
Reactions are currently unavailable