Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
migrate later to new pyre architecture
Summary: We're migrating fbcode to use Pyre's new architecture. To type check your project: ``` arc pyre check //buck/pattern/... ``` You can enable this by adding `typing = True` to individual buck targets OR ``` # in a PACKAGE file load("fbcode_macros//build_defs:python.bzl", "python") python.set_typing(True) ``` will type check all buck targets nested underneath. This diff removes the configuration and replaces it with our new buck based architecture and silences any resulting errors. Reviewed By: fried Differential Revision: D64200949 fbshipit-source-id: e4416a636aa45872a2f5bbf7ba6d5d0aeffcc9cc
- Loading branch information