bob
Some checks failed
📚 Deploy Documentation / deploy (push) Has been cancelled

This commit is contained in:
Lee
2024-03-02 11:37:04 +00:00
commit e8f72ea949
65 changed files with 11610 additions and 0 deletions

29
.pyre_configuration Normal file
View File

@ -0,0 +1,29 @@
{
"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"
}