flake8/black/isort → ruff? #45
Replies: 2 comments
-
In a recent developer call, we accepted nipreps/smriprep#397 and the plan is to open a similar PR on each repository after a minor release. Current repositories that could accept PRs include:
For fMRIPrep we will wait on until the final release of 23.2.0, but then I do intend to do that. Nice link to setuptools discussion! I've recently been looking at jaraco's skeleton approach (noticed updates in importlib-resources), and we may go for something similar in nipreps. We need someone to scope it out and determine how much effort it would be to transition and what the exact maintenance steps would be. For now, updating pre-commit, pyproject and CI seems like a good approach. At some point we'll want to standardize CI... cc @oesteban @mnoergaard to make sure they're aware of this discussion. |
Beta Was this translation helpful? Give feedback.
-
Tagging @esavary here. I updated her today about the skeleton idea and she will prepare some materials to ensure an informed discussion on the next TechMon meeting (Jan 16) |
Beta Was this translation helpful? Give feedback.
-
Would you agree to moving some repositories from
flake8
/black
/isort
toruff
/ruff format
?See for example pypa/setuptools#4125 (comment) for context:
Beta Was this translation helpful? Give feedback.
All reactions