Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 361 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 361 Bytes

pyre-check pre-commit hook

pre-commit hook for pyre-check.

Using pyre-check with pre-commit

Add this to your .pre-commit-config.yaml

-   repo: https://github.com/worktoolsio/pre-commit-pyre-check
    rev: ''  # Use the sha / tag you want to point at
    hooks:
    -   id: pyre-check