-
Notifications
You must be signed in to change notification settings - Fork 185
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
style: formatted with black #147
Conversation
cd83902
to
be57f81
Compare
CI fails with:
I'll give it a shot... |
Yes, we ran into the same issue when deploying pre-commit and black : |
@sylvchev Fixed it in Ready to merge! |
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.
Ok, nice! It could be merge soon.
Could you add a ignore-revs-file
for avoiding wrong git blame?
@ErikBjare @v-goncharenko If that is ok with you, we could merge this one. I have a PR to open when this one is done 😃 |
Guess we need to resolve all the discussions. I'll make some additions in an hour |
Added commits to resolve discussions. I think we're ready! |
Doing it all in a single commit (as discussed in #141 (comment)) and adding
fmt: off/on
where appropriate (so people can set up autoformatting of everything with black, and then forget about it).An alternative PR to #141 #143 #144 #145