deathbeds / importnb

notebook files as source

Home Page:https://importnb.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adopt ruff

bollwyvl opened this issue · comments

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.