You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add the command flake8 . to the travis.yml script
Run flake8 . locally, go through and eliminate all the errors
Consider using autoflake to remove errors
The text was updated successfully, but these errors were encountered:
Install flake8
Create file setup.cfg, and add the lines:
Add the command
flake8 .
to the travis.yml scriptRun flake8 . locally, go through and eliminate all the errors
Consider using autoflake to remove errors
The text was updated successfully, but these errors were encountered: