Skip to content

Commit

Permalink
Add .pre-commit-hooks.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
r-barnes committed Jul 30, 2023
1 parent 2b07bd0 commit d97da4e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
@@ -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]

0 comments on commit d97da4e

Please sign in to comment.