Skip to content

Adding Flake8 F4 Tests to find Import Errors #973

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

Closed
PatOnTheBack opened this issue Jul 8, 2019 · 1 comment
Closed

Adding Flake8 F4 Tests to find Import Errors #973

PatOnTheBack opened this issue Jul 8, 2019 · 1 comment

Comments

@PatOnTheBack
Copy link
Contributor

@PatOnTheBack if you add F4 to the flake8 tests in .travis.yml, you will find other import-related issues to fix. Thanks for your attention to these details.

Originally posted by @cclauss in #920 (comment)

Like cclauss said, adding Flake8 F4 to the Travis file can help us find import errors that reduce code qulaity.

PatOnTheBack added a commit to PatOnTheBack/Python that referenced this issue Jul 8, 2019
F4 tests check for import errors. Implements issue TheAlgorithms#973
cclauss pushed a commit that referenced this issue Sep 13, 2019
* Add Flake8 F4 Tests to .travis.yml

F4 tests check for import errors. Implements issue #973

* Remove wildcard imports
@cclauss
Copy link
Member

cclauss commented Oct 23, 2019

@cclauss cclauss closed this as completed Oct 23, 2019
stokhos pushed a commit to stokhos/Python that referenced this issue 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

No branches or pull requests

2 participants