Skip to content

Linter fixes E111, E116, E122, E202, E225, E241...#1397

Merged
tito merged 1 commit into
kivy:masterfrom
AndreMiras:feature/tox_linter_fixes
Oct 10, 2018
Merged

Linter fixes E111, E116, E122, E202, E225, E241...#1397
tito merged 1 commit into
kivy:masterfrom
AndreMiras:feature/tox_linter_fixes

Conversation

@AndreMiras

Copy link
Copy Markdown
Member
  • E111 indentation is not a multiple of four
  • E116 unexpected indentation (comment)
  • E122 continuation line missing indentation or outdented
  • E202 whitespace before '}'
  • E225 missing whitespace around operator
  • E241 multiple spaces after ','
  • E265 block comment should start with '# '
  • E266 too many leading '#' for block comment
  • E401 multiple imports on one line
  • E741 ambiguous variable name
  • E502 the backslash is redundant between brackets
  • F403 unable to detect undefined names
  • F811 redefinition of unused name
  • W292 no newline at end of file

  - E111 indentation is not a multiple of four
  - E116 unexpected indentation (comment)
  - E122 continuation line missing indentation or outdented
  - E202 whitespace before '}'
  - E225 missing whitespace around operator
  - E241 multiple spaces after ','
  - E265 block comment should start with '# '
  - E266 too many leading '#' for block comment
  - E401 multiple imports on one line
  - E741 ambiguous variable name
  - E502 the backslash is redundant between brackets
  - F403 unable to detect undefined names
  - F811 redefinition of unused name
  - W292 no newline at end of file
@tito tito merged commit 1c5b3aa into kivy:master Oct 10, 2018
@AndreMiras AndreMiras deleted the feature/tox_linter_fixes branch October 10, 2018 10:41
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