mirror of https://github.com/zulip/zulip.git
16 lines
329 B
Plaintext
16 lines
329 B
Plaintext
{
|
|
"source_directories": ["."],
|
|
"taint_models_path": [
|
|
"stubs/taint",
|
|
"zulip-py3-venv/lib/pyre_check/taint/"
|
|
],
|
|
"search_path": [
|
|
"stubs/",
|
|
"zulip-py3-venv/lib/pyre_check/stubs/"
|
|
],
|
|
"typeshed": "zulip-py3-venv/lib/pyre_check/typeshed/",
|
|
"exclude": [
|
|
"/srv/zulip/zulip-py3-venv/.*"
|
|
]
|
|
}
|