13 lines
234 B
INI
13 lines
234 B
INI
[mypy]
|
|
mypy_path =
|
|
mypy-stubs,
|
|
deps/com.github.aiortc.aiortc/src,
|
|
mypy-stubs/marisa-trie-types,
|
|
python
|
|
|
|
plugins =
|
|
numpy.typing.mypy_plugin,
|
|
pydantic.mypy
|
|
|
|
explicit_package_bases = true
|
|
namespace_packages = true |