mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
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:
committed by
Tim Abbott
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/.*"
|
||||||
]
|
]
|
||||||
|
Reference in New Issue
Block a user