Skip to content

Fixes linter E203 E231 E261 E302 E303 E305 W291 W293 W391 #1286

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

Merged
merged 1 commit into from
May 22, 2018

Conversation

AndreMiras
Copy link
Member

Spacing related issues:

  • E203 whitespace before ','
  • E231 missing whitespace after ','
  • E261 at least two spaces before inline comment
  • E302 expected 2 blank lines
  • E303 too many blank lines
  • E305 expected 2 blank lines after class or function definition
  • W291 trailing whitespace
  • W293 blank line contains whitespace
  • W391 blank line at end of file

Spacing related issues:

  - E203 whitespace before ','
  - E231 missing whitespace after ','
  - E261 at least two spaces before inline comment
  - E302 expected 2 blank lines
  - E303 too many blank lines
  - E305 expected 2 blank lines after class or function definition
  - W291 trailing whitespace
  - W293 blank line contains whitespace
  - W391 blank line at end of file
@inclement inclement merged commit 74bf788 into kivy:master May 22, 2018
@AndreMiras AndreMiras deleted the feature/tox_flake8_spacing branch October 6, 2018 17:40
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.

2 participants