-
Notifications
You must be signed in to change notification settings - Fork 863
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: We are turning typing on for untyped directory. 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 directory contains numerous type annotations that are not currently being type checked by a type checker. This can often lead to a false sense of security, since engineers expect feedback on their type annotations. Reviewed By: MaggieMoss Differential Revision: D66179514 fbshipit-source-id: 2279b119a7bc093c3e6f2c66dc92217383e391ef
- Loading branch information
1 parent
480556d
commit fb6cdbe
Showing
4 changed files
with
0 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters