-
Notifications
You must be signed in to change notification settings - Fork 225
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
Simple cleanup #184
base: master
Are you sure you want to change the base?
Simple cleanup #184
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm!
Personally I'm not the biggest fan of some of the ways that black formats things (and I don't like it messing with my quotes 😛 ) but I think the formatting changes here are definitely an improvement.
I agree but I've come to accept it. When it becomes automatic via |
Rebased on top of master |
This sounds pretty good to me, however I'm not sure if the changes |
@sylveon let me ease your concerns.
|
I say if it works 🚢 it! But if somehow the trailing whitespace removal from |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sounds good
Hi, neat project. I'd like to contribute some features... but first, can we clean up this code?
There's a lot of changes to look through. There are no trojan-horses in this commit. I simply ran
black
on this repo. In fact you can reproduce it yourself.These changes do nothing if you don't have pre-commit installed or have it installed but not enabled on your local repo, so it doesn't force this on anyone.