Skip to content

Commit 8f72cbf

Browse files
committed
ty check only src
1 parent 6afa1ec commit 8f72cbf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ test:
99
.PHONY: lint
1010
lint:
1111
uv run ruff check src/proper tests
12-
uv run ty check
12+
uv run ty check src/proper
1313

1414
.PHONY: lintfix
1515
lintfix:

0 commit comments

Comments
 (0)