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

Fix flake8 E275 missing whitespace after keyword #695

Merged
merged 3 commits into from
Aug 1, 2022

Conversation

garethsb
Copy link
Contributor

@garethsb garethsb commented Aug 1, 2022

assert is a statement not a function
assert is a statement not a function
while is a statement not a function
@garethsb garethsb marked this pull request as ready for review August 1, 2022 15:28
@garethsb garethsb requested a review from a team August 1, 2022 15:28
Copy link
Contributor

@peterbrightwell peterbrightwell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes this flake8 change has caused a lot of lint failures here too today!

@garethsb garethsb merged commit 255781a into master Aug 1, 2022
@garethsb garethsb deleted the garethsb-patch-e275 branch August 1, 2022 16:00
@garethsb
Copy link
Contributor Author

garethsb commented Aug 1, 2022

Yep, flake8 v5.0 series shipped last week, with new v2.9.0 of pycodestyle, which included this PR... PyCQA/pycodestyle#1063

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