Skip to content

Conversation

@lukasIO
Copy link
Contributor

@lukasIO lukasIO commented Dec 19, 2025

with the uv setup working we got a bunch of type errors as a result of strict type checking, this PR enables strict type checking and fixes those type errors

delay_estimator: Optional[_APMDelayEstimator] = None,
) -> None:
import sounddevice as sd # type: ignore[import-not-found, import-untyped]
import sounddevice as sd
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@theomonnom was unsure if we still need the ignore directives for sounddevice?

@lukasIO lukasIO requested review from a team and theomonnom December 19, 2025 14:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants