Skip to content

Commit

Permalink
Fix open source .pyre_configuration file (#104)
Browse files Browse the repository at this point in the history
Summary:

The open source pyre configuration is broken.
This is causing Github CI errors: `Invalid configuration: Invalid path ujson: does not exist.`

Differential Revision: D49093816
  • Loading branch information
arthaud authored and facebook-github-bot committed Sep 8, 2023
1 parent 27b4220 commit a04f46b
Showing 1 changed file with 1 addition and 51 deletions.
52 changes: 1 addition & 51 deletions .pyre_configuration
Original file line number Diff line number Diff line change
Expand Up @@ -3,58 +3,8 @@
"setup.py",
"stubs"
],
"site_package_search_strategy": "pep561",
"search_path": [
{
"site-package": "click"
},
{
"site-package": "click_log"
},
{
"site-package": "flask"
},
{
"site-package": "flask_graphql"
},
{
"site-package": "graphql"
},
{
"site-package": "graphene"
},
{
"site-package": "graphene_sqlalchemy"
},
{
"site-package": "IPython"
},
{
"site-package": "munch"
},
{
"site-package": "pygments"
},
{
"site-package": "ujson"
},
{
"site-package": "xxhash"
},
{
"site-package": "prompt_toolkit"
},
{
"site-package": "traitlets"
},
{
"site-package": "typing_extensions"
},
{
"site-package": "pyre_extensions"
},
{
"site-package": "flask_cors"
},
"stubs"
],
"source_directories": [
Expand Down

0 comments on commit a04f46b

Please sign in to comment.