Skip to content

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

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
Oct 10, 2018

Conversation

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