Skip to content

Commit 37b0ac5

Browse files
make: Update format recipe
1 parent 8d5eaad commit 37b0ac5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ doctest:
1818
install:
1919
pip3 install . --use-feature=in-tree-build
2020

21-
black:
22-
black setup.py tests/*.py src/libsemigroups_pybind11/*.py docs/source/conf.py
21+
format:
22+
ruff format
2323

2424
check: doctest
2525
pytest -vv tests/test_*.py

0 commit comments

Comments
 (0)