Skip to content

Commit 50db9af

Browse files
make: Update format recipe
1 parent f1942b3 commit 50db9af

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ install:
1919
pip3 install . --use-feature=in-tree-build
2020

2121
format:
22+
# ruff format can't yet sort imports, so we require the ruff check line too
23+
# See https://github.com/astral-sh/ruff/issues/8232 for updates.
24+
ruff check --select I --fix-only
2225
ruff format
2326

2427
check: doctest

0 commit comments

Comments
 (0)