Skip to content

Commit

Permalink
Merge pull request #60 from wekesa360/add-pyre-type-checker
Browse files Browse the repository at this point in the history
Add pyre type checker
  • Loading branch information
michalgr authored Oct 6, 2023
2 parents c2bb54a + 909adb1 commit 1495f12
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions projects/pyre/README
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
pyre-check
Home page: https://pyre-check.org/
10 changes: 10 additions & 0 deletions projects/pyre/build.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Copyright (c) Meta Platforms, Inc. and affiliates.

PYRE_CHECK_DONE := build/host/pyre-check.done

pyre-host: $(PYRE_CHECK_DONE)

$(PYRE_CHECK_DONE): python-host
$(HOST_OUT_DIR)/bin/python3 -m pip install pyre-check
mkdir -p build/host
touch $@

0 comments on commit 1495f12

Please sign in to comment.