Skip to content

Commit 32fa2a2

Browse files
committed
💚 (Makefile) Install all extras
1 parent 9a9f9c4 commit 32fa2a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ api:
44
LEAKRFC_ARCHIVE__URI=./tests/fixtures/archive DEBUG=1 uvicorn leakrfc.api:app --reload --port 5000
55

66
install:
7-
poetry install --with dev
7+
poetry install --with dev --all-extras
88

99
lint:
1010
poetry run flake8 leakrfc --count --select=E9,F63,F7,F82 --show-source --statistics

0 commit comments

Comments
 (0)