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:
Graham Bleaney 2020-09-16 17:48:00 -04:00 committed by Tim Abbott
parent 8449ac2836
commit 273f6f69e5
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@
"stubs/",
"zulip-py3-venv/lib/pyre_check/stubs/"
],
"typeshed": "zulip-py3-venv/lib/pyre_check/typeshed/",
"exclude": [
"/srv/zulip/zulip-py3-venv/.*"
]