Skip to content

Commit 8755516

Browse files
committed
🧹 add poetry run
1 parent 332f893 commit 8755516

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
@@ -9,8 +9,8 @@ format:
99
.PHONY: lint
1010
lint:
1111
poetry run ruff plotly_resampler tests
12-
$(isort) --check-only --df
13-
$(black) --check --diff
12+
poetry run $(isort) --check-only --df
13+
poetry run $(black) --check --diff
1414

1515
.PHONY: test
1616
test:

0 commit comments

Comments
 (0)