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

Enable flake8 in github actions #459

Merged
merged 3 commits into from
Apr 2, 2022
Merged

Conversation

epenet
Copy link
Contributor

@epenet epenet commented Apr 1, 2022

Follow-up to #457

Comment on lines +6 to +7
; W504 line break after binary operator
ignore = E501,W504
Copy link
Contributor Author

Choose a reason for hiding this comment

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

We need to choose between ignoring W503 or W504
I would prefer to ignore W503 and enable W504, but current code is formatted with line break after so...

Copy link
Collaborator

Choose a reason for hiding this comment

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

I will merge this PR as-is with W504 being ignored, and push a second PR to change that, since I already locally switched to ignoring W503 while testing the flake8 setup.

@epenet epenet force-pushed the flake8 branch 2 times, most recently from 5804a58 to 4a1797b Compare April 1, 2022 08:27
@epenet epenet marked this pull request as ready for review April 2, 2022 11:18
@spacegaier spacegaier merged commit e6bd67b into alecthomas:master Apr 2, 2022
@epenet epenet deleted the flake8 branch April 3, 2022 05:49
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