refactor(pyargus): define a runtime checkable Signal protocol
This commit is contained in:
parent
8027f86213
commit
3d6157e03a
6 changed files with 70 additions and 17 deletions
|
|
@ -41,6 +41,7 @@ addopts = ["--import-mode=importlib"]
|
|||
testpaths = ["tests"]
|
||||
|
||||
[tool.mypy]
|
||||
packages = ["argus"]
|
||||
# ignore_missing_imports = true
|
||||
show_error_codes = true
|
||||
plugins = ["numpy.typing.mypy_plugin"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue