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 0cf70b2 commit c297503Copy full SHA for c297503
Makefile
@@ -17,7 +17,7 @@ lint:
17
18
.PHONY: mypy
19
mypy:
20
- uv run mypy . --exclude site
+ uv run mypy .
21
22
.PHONY: tests
23
tests:
pyproject.toml
@@ -117,6 +117,7 @@ strict = true
117
disallow_incomplete_defs = false
118
disallow_untyped_defs = false
119
disallow_untyped_calls = false
120
+exclude = ["examples/", "site/"]
121
122
[[tool.mypy.overrides]]
123
module = "sounddevice.*"
0 commit comments