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 efba475 commit f3b0380Copy full SHA for f3b0380
Makefile
@@ -4,7 +4,7 @@ test:
4
5
.PHONY: lint
6
lint:
7
- ruff check src/proper_cli tests
+ poetry run ruff check src/proper_cli tests
8
9
.PHONY: coverage
10
coverage:
0 commit comments