Ecosyste.ms: Awesome
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: about 2 months 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-16T06:01:16.000Z (3 months ago)
- Last Synced: 2024-10-17T17:23:47.578Z (3 months ago)
- Topics: pre-commit, python
- Language: Shell
- Homepage:
- Size: 480 KB
- Stars: 0
- Watchers: 2
- 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.389
hooks:
- id: pyright
```