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 #95: Resolve E741 errors #96

Merged
merged 1 commit into from
Nov 4, 2017
Merged

Conversation

stephenfin
Copy link
Contributor

Fix #95: Resolve E741 errors

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

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
Copy link
Contributor

goodboy commented Oct 29, 2017

@nicoddemus @RonnyPfannschmidt looks like py3.4's been acting up in CI.
Maybe we can drop it in this PR?

@RonnyPfannschmidt
Copy link
Member

@tgoodlet nope, i recall this is a setuptools/pip interaction issue and i beleive 3.4 isn't eol yet

@nicoddemus
Copy link
Member

I ran the build again and now it passes.

Copy link
Member

@nicoddemus nicoddemus left a comment

Choose a reason for hiding this comment

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

Thanks @stephenfin for the PR.

Copy link
Contributor

@goodboy goodboy left a comment

Choose a reason for hiding this comment

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

Thanks @stephenfin!

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.

None yet

4 participants