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
- Host: GitHub
- URL: https://github.com/fsouza/mirrors-pyright
- Owner: fsouza
- License: isc
- Created: 2022-10-10T21:26:27.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2026-05-26T18:44:00.000Z (25 days ago)
- Last Synced: 2026-05-26T20:21:47.766Z (24 days ago)
- Topics: pre-commit, python
- Language: Shell
- Homepage:
- Size: 511 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```