test(playout): check untyped defs with mypy
This commit is contained in:
parent
1bdfeb570d
commit
548d1befc8
|
@ -19,6 +19,9 @@ disable = [
|
|||
log_cli = true
|
||||
log_cli_level = "DEBUG"
|
||||
|
||||
[tool.mypy]
|
||||
check_untyped_defs = true
|
||||
|
||||
[tool.coverage.run]
|
||||
source = ["libretime_playout"]
|
||||
|
||||
|
|
Loading…
Reference in New Issue