facebook / pyre-check

Performant type-checking for python.
https://pyre-check.org/
MIT License
6.8k stars 434 forks source link

PEP 604: from __future__ import annotations #841

Closed cclauss closed 4 months ago

cclauss commented 4 months ago

Pre-submission checklist

Summary

Fixes #827

Our GitHub Actions tests are failing on Python < 3.10 because of the use of PEP 604 syntax.

Test Plan

Get the GitHub Actions tests to pass.