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

Update flake8 to 3.7.6 #6282

Merged
merged 6 commits into from
Feb 22, 2019
Merged

Conversation

mkurnikov
Copy link
Contributor

@pradyunsg
Sorry, I messed up history in the original #6227, here is a new one, with the same changes, but flake8 updated to very latest version.

Copy link
Member

@pradyunsg pradyunsg left a comment

Choose a reason for hiding this comment

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

LGTM, barring 2 small changes that should be in a separate commit.

@@ -227,7 +227,7 @@ def _get_html_page(link, session=None):

try:
resp = _get_html_response(url, session=session)
except _NotHTTP as exc:
except _NotHTTP:
Copy link
Member

Choose a reason for hiding this comment

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

Can you move this into a separate commit from removing #noqa?

from typing import ( # noqa: F401
List, Union
)
from typing import List
Copy link
Member

Choose a reason for hiding this comment

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

I'd be fine with keeping Union here in this commit, and removing it the next commit.

Copy link
Member

Choose a reason for hiding this comment

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

There's a few places other places too which remove not-used imports, it'd be nice if all of those changes could be moved into a separate commit.

@pradyunsg pradyunsg added skip news Does not need a NEWS file entry (eg: trivial changes) type: maintenance Related to Development and Maintenance Processes labels Feb 22, 2019
@mkurnikov mkurnikov force-pushed the update-flake8-to-3.7.6 branch from 8b569fb to c4dfdbe Compare February 22, 2019 11:18
@mkurnikov
Copy link
Contributor Author

Done. (force-push, so explicit notification)

@pradyunsg
Copy link
Member

Gee. Thanks for the quick turn around!

@pradyunsg pradyunsg merged commit 04f1e70 into pypa:master Feb 22, 2019
@lock
Copy link

lock bot commented May 29, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot added the auto-locked Outdated issues that have been locked by automation label May 29, 2019
@lock lock bot locked as resolved and limited conversation to collaborators May 29, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
auto-locked Outdated issues that have been locked by automation skip news Does not need a NEWS file entry (eg: trivial changes) type: maintenance Related to Development and Maintenance Processes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants