diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml new file mode 100644 index 00000000000..b043e2f6515 --- /dev/null +++ b/.pre-commit-hooks.yaml @@ -0,0 +1,8 @@ +- id: pyre-check + name: pyre-check + description: "pyre-check: Performant type-checking for python." + entry: pyre check + language: python + minimum_pre_commit_version: 2.9.2 + require_serial: true + types_or: [python, pyi]