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

Move from pytest-flake8 to ruff #1048

Closed gdementen closed 11 months ago

gdementen commented 1 year ago

Neither flake8 developers nor pytest developers seem to find it a good idea anymore (unsure they ever did) and it keeps being broken by changes in either.

We should either run flake8 directly (probably in a pre-commit hook like suggested at https://github.com/pytest-dev/pytest/issues/9217#issuecomment-966182306) or even switch to something else like ruff.

gdementen commented 1 year ago

done for larray but not for side projects. Also needs to update contributor doc

gdementen commented 11 months ago

done