From 273f6f69e5a094ad5238f73eb5e93e945e832cb1 Mon Sep 17 00:00:00 2001 From: Graham Bleaney Date: Wed, 16 Sep 2020 17:48:00 -0400 Subject: [PATCH] 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. --- .pyre_configuration | 1 + 1 file changed, 1 insertion(+) diff --git a/.pyre_configuration b/.pyre_configuration index 42304c219b..8bf5a67e66 100644 --- a/.pyre_configuration +++ b/.pyre_configuration @@ -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/.*" ]