18 lines
308 B
INI
18 lines
308 B
INI
[mypy]
|
|
mypy_path =
|
|
mypy-stubs,
|
|
deps/com.github.aiortc.aiortc/src,
|
|
mypy-stubs/marisa-trie-types,
|
|
mypy-stubs/types-debugpy,
|
|
python
|
|
|
|
exclude =
|
|
python/tmp,
|
|
python/build
|
|
|
|
plugins =
|
|
numpy.typing.mypy_plugin,
|
|
pydantic.mypy
|
|
|
|
explicit_package_bases = true
|
|
namespace_packages = true |