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

Resolve E741 issues #95

Closed
stephenfin opened this issue Oct 29, 2017 · 0 comments
Closed

Resolve E741 issues #95

stephenfin opened this issue Oct 29, 2017 · 0 comments

Comments

@stephenfin
Copy link
Contributor

The latest release of flake8 adds support for E741 ambiguous variable name type errors, resulting in a broken check tox target.

stephenfin added a commit to stephenfin/pluggy that referenced this issue Oct 29, 2017
The E741 (Ambiguous variable name) error has been enabled in flake8
3.5.0, which imports pycodestyle 2.1.0 [1]. Resolve the warnings.

[1] PyCQA/pycodestyle#598

Signed-off-by: Stephen Finucane <stephen@that.guru>
goodboy pushed a commit that referenced this issue Nov 4, 2017
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

No branches or pull requests

1 participant