11 lines
169 B
INI
11 lines
169 B
INI
[mypy]
|
|
python_version = 3.7
|
|
|
|
[mypy-numpy.*]
|
|
ignore_missing_imports = True
|
|
|
|
[mypy-cv2.*]
|
|
ignore_missing_imports = True
|
|
|
|
[mypy-localpubsub.*]
|
|
ignore_missing_imports = True |