Skip to content

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

Merged
inclement merged 1 commit into
kivy:masterfrom
AndreMiras:feature/tox_flake8_spacing
May 22, 2018
Merged

Fixes linter E203 E231 E261 E302 E303 E305 W291 W293 W391#1286
inclement merged 1 commit into
kivy:masterfrom
AndreMiras:feature/tox_flake8_spacing

Conversation

@AndreMiras

Copy link
Copy Markdown
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