Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upComply to new flake8 3.6 #853
Conversation
scorphus
added some commits
Oct 25, 2018
scorphus
force-pushed the
scorphus:comply-to-new-flake8-3.6
branch
from
b89a0fd
to
7b6169e
Oct 25, 2018
This comment has been minimized.
This comment has been minimized.
|
Thanks! |
scorphus
deleted the
scorphus:comply-to-new-flake8-3.6
branch
Nov 2, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.


scorphus commentedOct 25, 2018
With new flake8 version 3.6 comes new errors,
W504andW605. They didn't exist before the new version.W504is ignored along withW503. Fixes regardingW605are included.Remember not to squash the commits ‒ for some good reasons. :-) Just rebase them.