This repository has been archived on 2024-03-03. You can view files and clone it, but cannot push or open issues or pull requests.
unifi-cam-proxy/.pyre_configuration

30 lines
684 B
Plaintext
Raw Normal View History

2024-03-02 11:37:04 +00:00
{
"source_directories": [
"./"
],
"exclude": [
"build/"
],
"ignore_all_errors": [
"build/",
"venv/",
"run/"
],
"search_path": [
{ "site-package": "aiohttp" },
{ "site-package": "amcrest" },
{ "site-package": "asyncio_mqtt" },
{ "site-package": "backoff" },
{ "site-package": "coloredlogs" },
{ "site-package": "flvlib3" },
{ "site-package": "hikvisionapi" },
{ "site-package": "httpx" },
{ "site-package": "packaging" },
{ "site-package": "pyunifiprotect" },
{ "site-package": "reolinkapi" },
{ "site-package": "websockets" },
{ "site-package": "yarl" }
],
"taint_models_path": "stubs/taint"
}