test(playout): check untyped defs with mypy

This commit is contained in:
jo 2023-03-01 19:58:53 +01:00 committed by Kyle Robbertze
parent 1bdfeb570d
commit 548d1befc8
1 changed files with 3 additions and 0 deletions

View File

@ -19,6 +19,9 @@ disable = [
log_cli = true
log_cli_level = "DEBUG"
[tool.mypy]
check_untyped_defs = true
[tool.coverage.run]
source = ["libretime_playout"]