mirror of
https://github.com/python-kasa/python-kasa.git
synced 2026-07-08 06:41:59 +00:00
tests: fix typos, child device subtype, CLI patch path, and deprecation test logic (#1677)
This commit is contained in:
@@ -182,7 +182,7 @@ convention = "pep257"
|
||||
warn_unused_configs = true # warns if overrides sections unused/mis-spelled
|
||||
|
||||
[[tool.mypy.overrides]]
|
||||
module = [ "kasa.tests.*", "devtools.*" ]
|
||||
module = [ "tests.*", "devtools.*" ]
|
||||
disable_error_code = "annotation-unchecked"
|
||||
|
||||
[[tool.mypy.overrides]]
|
||||
|
||||
Reference in New Issue
Block a user