Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 342 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 342 Bytes

pre-commit for pyright

Wrapper to enable pre-commit hook usage for pyright

Usage:

In your .pre-commit-config.yaml include the following block.

-   repo: https://github.com/necaris/pre-commit-pyright
    rev: '1.1.53'
    hooks:
    -   id: pyright

If you have a pyrightconfiguration.json defined, this hook will honor it.