Closed elevans closed 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.
autoflake
distutils
ruff
autopep8
black
flake8
isort
Thanks @elevans! And thanks @jschneidereit for reviewing!
Today I ran into a deprecation bug/error with
autoflake
anddistutils
with Python 3.12 which irritated me. This PR implements theruff
linter/formater for PyImageJ and replacesautopep8
,black
,flake8
, andisort
.