-
Notifications
You must be signed in to change notification settings - Fork 9
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
code style should pass flake8 #481
Labels
Milestone
Comments
prjemian
added a commit
that referenced
this issue
Jan 15, 2021
prjemian
added a commit
that referenced
this issue
Jan 15, 2021
prjemian
added a commit
that referenced
this issue
Jan 15, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
All code modules should be made to pass flake8, then add code style (flake8) testing to the CI (github workflow). The command tool
black -l 75
can be used to reformat files to become compliant. Sinceblack
is agressive about styling, there may be some sections that should be excluded from the formatting (yet these sections must still passflake8
).@gfabbris: You were interested in this feature of
black
The text was updated successfully, but these errors were encountered: