We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 893b02f commit 332f893Copy full SHA for 332f893
Makefile
@@ -8,7 +8,7 @@ format:
8
9
.PHONY: lint
10
lint:
11
- ruff plotly_resampler tests
+ poetry run ruff plotly_resampler tests
12
$(isort) --check-only --df
13
$(black) --check --diff
14
0 commit comments