-
Notifications
You must be signed in to change notification settings - Fork 181
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 flake8 violations for all files in the asv/plugins/ directory #1044
Comments
#take |
dorothykiz1
changed the title
Fix flake8 violations for test_step_detect.py and test/test_rm.py files
Fix flake8 violations for all files in the asv/ directory
Mar 1, 2022
@dorothykiz1, maybe here what you can do is:
What do you think? |
@datapythonista makes total sense,let me do this |
dorothykiz1
changed the title
Fix flake8 violations for all files in the asv/ directory
Fix flake8 violations for all files in the asv/plugins/ directory
Mar 1, 2022
@datapythonista, @dorothykiz1 I'm going to work on this one. |
This was referenced Mar 3, 2022
All seem to be fixed now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We are trying to clean out all the files to follow Flake8 standards
Use this guide below to install flake8 and how to use it.
Flake8 guide
Here are a few steps to follow:
setup. cfg
file under theextend
attribute .virtualenv venv
venv will be the name for the environment and activate it by runningsource venv/bin/activate
these commands are dependent on the operating system. (These are Linux commands, you can find for windows and macOS online)pip install flake8
to install flake8flake8 --exclude="" asv/plugins/
.Expected errors to be fixed:
The text was updated successfully, but these errors were encountered: