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

disable flake8 on the two out-of-order "import nacl" lines #124

Merged
merged 1 commit into from Mar 4, 2015

Conversation

warner
Copy link
Member

@warner warner commented Mar 4, 2015

These imports must necessarily appear "out of order" (in violation of
flake8's rules), so disable flake8 checking for them without reducing
coverage of anything else.

These imports must necessarily appear "out of order" (in violation of
flake8's rules), so disable flake8 checking for them without reducing
coverage of anything else.
@warner
Copy link
Member Author

warner commented Mar 4, 2015

(this was causing a travis failure on the "meta" builder. I suspect that flake8 has been updated since the last time the #121 branch was tested, which is why we didn't catch this earlier.

@warner
Copy link
Member Author

warner commented Mar 4, 2015

@alex this look good to you?

alex added a commit that referenced this pull request Mar 4, 2015
disable flake8 on the two out-of-order "import nacl" lines
@alex alex merged commit 4e8b74c into pyca:master Mar 4, 2015
@warner warner deleted the hush-flake8 branch March 4, 2015 03:23
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 8, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants