litebird / litebird_sim

Simulation tools for LiteBIRD
GNU General Public License v3.0
18 stars 13 forks source link

Fix imports and use 'ruff' instead of 'black'/'flake8' in tests #281

Closed ziotom78 closed 7 months ago

ziotom78 commented 8 months ago

This PR tests if ruff can be used as an alternative to the combination of black and flake8 in our tests. I decided to do this test because of the following reasons:

This PR fixes the following stuff:

What do you think? Do you believe it's worth for us to switch to ruff, or should we keep everything as it is?