imagej / pyimagej

Use ImageJ from Python
https://pyimagej.readthedocs.io/
Other
473 stars 82 forks source link

Use the `ruff` linter/formatter #315

Closed elevans closed 1 month ago

elevans commented 1 month ago

Today I ran into a deprecation bug/error with autoflake and distutils with Python 3.12 which irritated me. This PR implements the ruff linter/formater for PyImageJ and replaces autopep8, black, flake8, and isort.

ctrueden commented 1 month ago

Thanks @elevans! And thanks @jschneidereit for reviewing!