labelle-org / labelle

Label printing software
Apache License 2.0
27 stars 4 forks source link

Enable "unsafe" ruff fixes #59

Closed maresb closed 1 month ago

maresb commented 1 month ago

Ruff's "unsafe" fixes are still quite safe. (It's mainly "unsafe" if you have a really huge codebase that wasn't previously linted.)

This should help to ease some of the friction in instances like https://github.com/labelle-org/labelle/pull/56.