ersilia-os / ersilia

The Ersilia Model Hub, a repository of AI/ML models for infectious and neglected disease research.
https://ersilia.io
GNU General Public License v3.0
224 stars 148 forks source link

🐈 Task: Blacken code in CI/CD #1356

Open miquelduranfrigola opened 3 weeks ago

miquelduranfrigola commented 3 weeks ago

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)

Documentation

N/A

daud99 commented 2 weeks ago

@DhanshreeA If you feel like I can look into this.

DhanshreeA commented 4 days ago

I am also trying to look at: https://docs.astral.sh/ruff/ which is catching on quite a lot.