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 6afa1ec commit 8f72cbfCopy full SHA for 8f72cbf
1 file changed
Makefile
@@ -9,7 +9,7 @@ test:
9
.PHONY: lint
10
lint:
11
uv run ruff check src/proper tests
12
- uv run ty check
+ uv run ty check src/proper
13
14
.PHONY: lintfix
15
lintfix:
0 commit comments