refactor(pyargus): define a runtime checkable Signal protocol

This commit is contained in:
Anand Balakrishnan 2023-09-07 16:34:13 -07:00
parent 8027f86213
commit 3d6157e03a
No known key found for this signature in database
6 changed files with 70 additions and 17 deletions

View file

@ -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"]