-
Notifications
You must be signed in to change notification settings - Fork 344
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
Ignore fewer flake8 style rules #1109
Labels
quality 🎨
Improve code quality.
Comments
|
This was referenced Dec 23, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If I remove everything other than
E501
(line length) andF401
(unused imports), and runflake8 pyquil
, I get 319 errors. At some point we should try to get rid of these, rather than ignoring them. I'll paste the output as a comment.The text was updated successfully, but these errors were encountered: