-
-
Notifications
You must be signed in to change notification settings - Fork 148
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
🐈 Task: Blacken code in CI/CD #1356
Comments
@DhanshreeA If you feel like I can look into this. |
I am also trying to look at: https://docs.astral.sh/ruff/ which is catching on quite a lot. |
The action plan is to incorporate |
@DhanshreeA Ruff sounds like a great choice, especially with the speed boost. Happy to help with the setup if needed! |
Is this related to #1417 ? |
Hi @GemmaTuron yes this is related. I am closing this issue because the other one has more features which we should ideally have. |
Summary
All code in ersilia should be blackened (formatted) with the
black
tool.I suggest that we do this in CI/CD. I am quite confident GitHub Actions exist to format code.
Objective(s)
black
.Documentation
N/A
The text was updated successfully, but these errors were encountered: