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

Add Flake8 F4 Tests to .travis.yml #974

Merged
merged 4 commits into from
Sep 13, 2019

Conversation

PatOnTheBack
Copy link
Contributor

F4 tests check for import errors. Implements issue #973

F4 tests check for import errors. Implements issue TheAlgorithms#973
@cclauss
Copy link
Member

cclauss commented Jul 9, 2019

Another approach is to do smaller PRs... Like a PR that just adds F401 to .travis.yml and fixes the three instances of that. Another PR that adds F403 and fixes the two instance of that. Small moves.

@cclauss
Copy link
Member

cclauss commented Jul 13, 2019

Should we progress this one or close it?

@PatOnTheBack
Copy link
Contributor Author

I think we should progress. Checking for import errors can be helpful in the future, not just now.

@cclauss cclauss added the tests are failing Do not merge until tests pass label Jul 29, 2019
@cclauss cclauss removed the tests are failing Do not merge until tests pass label Sep 13, 2019
@cclauss cclauss merged commit 6fa3c0b into TheAlgorithms:master Sep 13, 2019
@PatOnTheBack PatOnTheBack deleted the patch-1 branch November 26, 2019 16:09
stokhos pushed a commit to stokhos/Python that referenced this pull request Jan 3, 2021
* Add Flake8 F4 Tests to .travis.yml

F4 tests check for import errors. Implements issue TheAlgorithms#973

* Remove wildcard imports
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.

2 participants