Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kumaraditya303/mirrors-pyright
- Owner: kumaraditya303
- Created: 2021-01-02T04:59:09.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-18T08:31:49.000Z (about 2 months ago)
- Last Synced: 2024-09-18T11:17:01.423Z (about 2 months ago)
- Size: 137 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```