larray-project / larray

N-dimensional labelled arrays in Python
https://larray.readthedocs.io/
GNU General Public License v3.0
8 stars 6 forks source link

enable more ruff codes #1073

Open gdementen opened 10 months ago

gdementen commented 10 months ago

Currently, we only use codes E and F, which are nice but very limited. But ruff includes a bazillion other rules, many of which are interesting, at least for some parts of the code.

Running ruff check --select ALL . will show all issues. ruff check --select ALL --statistics . will show how many issues of each type there are