Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

pre-commit python

Last synced: about 2 months 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.389
hooks:
- id: pyright
```