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

Formatting: fix Flake8 whitespace violations #334

Merged
merged 1 commit into from
Jul 16, 2019

Conversation

Glutexo
Copy link
Collaborator

@Glutexo Glutexo commented Jul 10, 2019

Fixed the E231 Flake8 rule that targets whitespace around operators and control characters. In case of the removed comma, the actual fix would be to add a space, but since this is not a multi-line expression, the trailing comma is redundant.

This is a part of the way to ultimately fixed formatting. #189 #335 Related to #331.

@Glutexo Glutexo self-assigned this Jul 10, 2019
@Glutexo Glutexo changed the title Fix E231 rule Fix Flake8 whitespace violations Jul 10, 2019
@Glutexo Glutexo changed the title Fix Flake8 whitespace violations Formatting: fix Flake8 whitespace violations Jul 10, 2019
@Glutexo Glutexo mentioned this pull request Jul 10, 2019
Fixed the E231 Flake8 rule that targets whitespace around operators and
control characters.
@dehort dehort merged commit fd5e2d0 into RedHatInsights:master Jul 16, 2019
@Glutexo Glutexo deleted the flake8_spaces branch July 18, 2019 12:38
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.

3 participants