world-federation-of-advertisers / cross-media-measurement

A privacy centric system for cross publisher, cross media ads measurement through secure multiparty computations.
https://halo.wfanet.org/
Apache License 2.0
36 stars 11 forks source link

Add python type check for bazel. #1912

Open ple13 opened 2 weeks ago

ple13 commented 2 weeks ago

Currently we don't have a type check for python yet. We need to pick one and add it to our repo. Candidates are Pyre, PyType.

mikkokotila commented 1 week ago

Do we have any particular selection criteria to consider, or it is an arbitrary choice between Pyre and PyType?