Add Pyre starter workflow

This commit is contained in:
Edward
2022-05-17 19:00:28 -04:00
parent 7e07c9f957
commit eda5a46a95
3 changed files with 54 additions and 0 deletions
@@ -0,0 +1,7 @@
{
"name": "Pyre",
"creator": "Meta",
"description": "Pyre is a performant type checker for Python compliant with PEP 484. Pyre can analyze codebases with millions of lines of code incrementally providing instantaneous feedback to developers as they write code.",
"iconName": "pyre",
"categories": ["Code Scanning", "Python"]
}