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
We have pep8 speaks set up to check files that are edited in PRs - but we still have some files that aren't checked because they haven't been edited in a while.
Task: Apply pep8 formatting to all files in this repo. You probably want to try a command something like autopep8 . -r --in-place.
Note that this command might not fix all long lines - some might need to be done manually.
Comment on this issue stating that you intend to work on the task
When you're ready, add your work to the repo and create a pull request.
What to do if you need help
Mention @yochannah, tweet @yoyehudi, pop by to say hi on chat or if needed email [email protected]. Don't forget we're usually only available during uk office hours and will not be able to respond at other times :)
The text was updated successfully, but these errors were encountered:
@yochannah
If no one is working on it I would like to do so.
I was wondering if we could apply some external open source library like "coala-bears" to do this formatting. It would drastically reduce the effort.
@mbasil09 I think (just waiting for the CI to pass) that #62 probably has fixed the overal library formatting issue - BUT - you would be entirely welcome to implement coala-bears if you think it would make the pep8 formatting better! We have autopep8 at the minute, but it doesn't seem to quite catch everything straight away.
We have pep8 speaks set up to check files that are edited in PRs - but we still have some files that aren't checked because they haven't been edited in a while.
Task: Apply pep8 formatting to all files in this repo. You probably want to try a command something like
autopep8 . -r --in-place
.Note that this command might not fix all long lines - some might need to be done manually.
if you want to pick up this task
What to do if you need help
Mention @yochannah, tweet @yoyehudi, pop by to say hi on chat or if needed email [email protected]. Don't forget we're usually only available during uk office hours and will not be able to respond at other times :)
The text was updated successfully, but these errors were encountered: