deathbeds / importnb

notebook files as source
https://importnb.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
68 stars 5 forks source link

Adopt ruff #152

Closed bollwyvl closed 1 year ago

bollwyvl commented 1 year ago

Elevator Pitch

Use the ruff stack for formatting/fixing.

Motivation

ruff format now does what black does, and ruff --fix-only can replace isort (among other things). It will also operate on python-based .ipynb files, which might help to keep changes to the at-rest test/example notebooks more reviewable.