simopt-admin / simopt

A testbed of simulation-optimization problems and solvers
MIT License
56 stars 24 forks source link

used ruff to lint & format codebase, fixed all issues #43

Closed Grochocinski closed 4 months ago

Grochocinski commented 6 months ago

I used ruff to lint and format the codebase. I would like to look into adding it as an automated action, but I wanted to fix the issues it found with the codebase first.

Grochocinski commented 6 months ago

There shouldn't be any logic changes with this, only formatting & linting

Grochocinski commented 4 months ago

Closing this for now. In the future, this would be a nice to have, but changing the formatting of every file is going to cause a lot of issues with git versioning.