Skip to content

Commit df5d30c

Browse files
daniel-ohayonDaniel Ohayon
andauthored
update pyre version (#1078)
Summary: Updating to a new version of pyre since the one we used has been removed from pip (too old). Recently it seems pyre configs have changed and we need a special argument to enable strict "no Any type" checks. Differential Revision: D75996666 Co-authored-by: Daniel Ohayon <[email protected]>
1 parent 24dc0d5 commit df5d30c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.pyre_configuration

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@
1818
"stubs"
1919
],
2020
"strict": true,
21-
"version": "0.0.101732536891"
21+
"enable_strict_any_check": true,
22+
"version": "0.0.101749035478"
2223
}

0 commit comments

Comments
 (0)