From d97da4eec5c843a72dd70cfb71592b5048a0130d Mon Sep 17 00:00:00 2001 From: Richard Barnes Date: Sat, 29 Jul 2023 18:02:21 -0700 Subject: [PATCH] Add .pre-commit-hooks.yaml --- .pre-commit-hooks.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .pre-commit-hooks.yaml diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml new file mode 100644 index 00000000000..22917055fdb --- /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] \ No newline at end of file