Skip to content

Commit 184757b

Browse files
authored
Fix an error with make mypy on local machine (#1642)
1 parent 8a73b69 commit 184757b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ lint:
1717

1818
.PHONY: mypy
1919
mypy:
20-
uv run mypy .
20+
uv run mypy . --exclude site
2121

2222
.PHONY: tests
2323
tests:

0 commit comments

Comments
 (0)