Skip to content

Commit 05533c1

Browse files
committed
fix: Makefile
1 parent 0e13e2e commit 05533c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ clean:
1313
rm -rf docs/_build/*
1414

1515
setup:
16-
-poetry env remove
16+
-poetry env remove --all
1717
poetry install
1818

1919
format:
2020
poetry run ruff format .
2121

2222
lint:
23-
poetry run check .
23+
poetry run ruff check .
2424

2525
build:
2626
poetry build

0 commit comments

Comments
 (0)