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 8a73b69 commit 184757bCopy full SHA for 184757b
Makefile
@@ -17,7 +17,7 @@ lint:
17
18
.PHONY: mypy
19
mypy:
20
- uv run mypy .
+ uv run mypy . --exclude site
21
22
.PHONY: tests
23
tests:
0 commit comments