Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kumaraditya303/mirrors-pyright

mirror of the `pyright` npm package for pre-commit
https://github.com/kumaraditya303/mirrors-pyright

Last synced: 26 days ago
JSON representation

mirror of the `pyright` npm package for pre-commit

Awesome Lists containing this project

README

        

# pyright mirror

Mirror of pyright package for pre-commit.

For pre-commit: see https://github.com/pre-commit/pre-commit

For pyright: see https://github.com/microsoft/pyright

### Using pyright with pre-commit

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

```yaml
- repo: https://github.com/kumaraditya303/mirrors-pyright
rev: "" # Use the sha / tag you want to point at
hooks:
- id: pyright
```