mirror of https://github.com/zulip/zulip.git
pysa: Update .pyre_configuration to point to typeshed.
This change adds a 'typeshed' entry to the '.pyre_configuration' file to ensure that Pysa has access to type stubs during analysis.
This commit is contained in:
parent
8449ac2836
commit
273f6f69e5
|
@ -8,6 +8,7 @@
|
||||||
"stubs/",
|
"stubs/",
|
||||||
"zulip-py3-venv/lib/pyre_check/stubs/"
|
"zulip-py3-venv/lib/pyre_check/stubs/"
|
||||||
],
|
],
|
||||||
|
"typeshed": "zulip-py3-venv/lib/pyre_check/typeshed/",
|
||||||
"exclude": [
|
"exclude": [
|
||||||
"/srv/zulip/zulip-py3-venv/.*"
|
"/srv/zulip/zulip-py3-venv/.*"
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue