Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pep8 #93

Merged
merged 12 commits into from
Jul 27, 2017
Merged

Pep8 #93

merged 12 commits into from
Jul 27, 2017

Conversation

mikaelarguedas
Copy link
Member

subset of #90
Does:

  • comply with blank line rules
  • remove trailing semi-colons
  • fix whitespaces (trailing, around operator, extra whitespaces, indent, inline comments)
  • remove unused imports + replace import * with explicit imports
  • remove unnecessary trailing backslashes
  • remove unused variables

Doesnt:

  • fix block comments
  • line length
  • import order + module import at top of file
  • multiple statements on a single line
  • remove unused, commented out or duplicated functions

… (also avoid to import each type indivually)
@mikaelarguedas mikaelarguedas mentioned this pull request Jul 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant