abseil / abseil-py

Abseil Common Libraries (Python)
Apache License 2.0
2.27k stars 246 forks source link

Add py.typed file, check types against mypy in CI #285

Closed copybara-service[bot] closed 2 months ago

copybara-service[bot] commented 2 months ago

Add py.typed file, check types against mypy in CI

Note that the py.typed file will be automatically picked up into the whl package, due to setup.py already containing include_package_data=True.