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: various indentation fixes #403

Merged
merged 8 commits into from
Jan 12, 2021
Merged

PEP8: various indentation fixes #403

merged 8 commits into from
Jan 12, 2021

Conversation

neteler
Copy link
Member

@neteler neteler commented Jan 12, 2021

Minor code style fixes:

  • E101 indentation contains mixed spaces and tabs
  • E112 expected an indented block
  • E114 indentation is not a multiple of four (comment)
  • E115 expected an indented block (comment)
  • E117 over-indented (comment)
  • E121 continuation line under-indented for hanging indent
  • E123 closing bracket does not match indentation of opening bracket's line
  • E221 multiple spaces before operator
  • E241 multiple spaces after ','
  • E704 multiple statements on one line (def)
  • W191 indentation contains tabs

Addresses errors detected in #399

@neteler neteler merged commit 41c4cb4 into OSGeo:master Jan 12, 2021
@neteler neteler deleted the pep8_flake_indent_fixes branch January 12, 2021 18:16
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