Skip to content

Commit b6a79e0

Browse files
yangdanny97meta-codesync[bot]
authored andcommitted
delete typeshed_experimental
Summary: this was for an old experiment, and essentially is typeshed_internal with scipy/pandas/arrow stubs swapped out. originally it was meant for codenav only, but I think some people inadvertently started type checking with it. the duplication causes confusion, so let's remove it. Reviewed By: stroxler Differential Revision: D114153484 fbshipit-source-id: b3694e2e764257304735e2f8ac128ad84707fe7e
1 parent deec573 commit b6a79e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
115115
pyre:
116116
# NOTE: .pyre_configuration.external has "ignore_all_errors" for tests/ - this is intentional.
117-
# Meta's internal Pyre uses python/typeshed_experimental with permissive pandas stubs
117+
# Meta's internal Pyre uses python/typeshed_internal with permissive pandas stubs
118118
# (Axes = ... | list | tuple), but external pyre-check-nightly uses stricter typeshed
119119
# stubs that reject tuple/list for DataFrame index/columns. This causes ~85 false-positive
120120
# errors in tests that don't occur internally. The main library code (balance/) is still

0 commit comments

Comments
 (0)