-
Notifications
You must be signed in to change notification settings - Fork 24
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
enable xopt init from yaml file #151
Conversation
@nikitakuklev I think we should require formatting using ufmt so we don't go back and forth on this and that is the formatting we have used in the past. Is this ok? (sorry to add the pain) |
As long as we are consistent, its ok. You will convert to the holy path of ruff eventually :) Should a pre-commit hook be added to enforce it? |
sure, do you know how to add? |
ufmt page has both CI action and pre-commit examples - up to you which one to add (maybe CI is easier since flake is already checked) |
addresses #150
restores black formatting