labelle-org / labelle

Label printing software
Apache License 2.0
50 stars 8 forks source link

Enable "unsafe" ruff fixes #59

Closed maresb closed 4 months ago

maresb commented 4 months 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.