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

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

pre-commit mirror for pyright
https://github.com/fsouza/mirrors-pyright

pre-commit python

Last synced: 16 days ago
JSON representation

pre-commit mirror for pyright

Awesome Lists containing this project

README

          

# pyright mirror

[pre-commit](https://pre-commit.com) mirror for
[Pyright](https://github.com/microsoft/pyright).

## Using with pre-commit

See [pre-commit](https://github.com/pre-commit/pre-commit) for instructions

Sample `.pre-commit-config.yaml`

```yaml
- repo: https://github.com/fsouza/mirrors-pyright
rev: v1.1.396
hooks:
- id: pyright
```