Skip to content

Commit ecc7e2e

Browse files
lolpackoulgen
andauthored
Add Pyre Pre-Commit Hook (#136)
Co-authored-by: Oguz Ulgen <[email protected]>
1 parent f6b30d1 commit ecc7e2e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,8 @@ repos:
3333
entry: python scripts/lint_examples_main.py
3434
language: system
3535
files: ^examples/.*\.py$
36+
37+
- repo: https://github.com/facebook/pyre-check
38+
rev: main # Update to v0.9.25 when it releases
39+
hooks:
40+
- id: pyre-check-no-python

0 commit comments

Comments
 (0)