https://github.com/quantco/pre-commit-mirrors-pyright
https://github.com/quantco/pre-commit-mirrors-pyright
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/quantco/pre-commit-mirrors-pyright
- Owner: Quantco
- License: bsd-3-clause
- Created: 2023-02-24T12:26:26.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-16T11:23:38.000Z (about 1 year ago)
- Last Synced: 2025-02-16T12:21:33.290Z (about 1 year ago)
- Size: 114 KB
- Stars: 0
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# pyright pre-commit hook
pre-commit hook of pyright with conda as a `language` / package manager.
For pre-commit: see [here](https://github.com/pre-commit/pre-commit)
For pyright: see [here](https://github.com/microsoft/pyright)
## Using pyright with pre-commit and conda:
Add this to your `.pre-commit-config.yaml`
```yaml
- repo: https://github.com/quantco/pre-commit-mirrors-pyright
rev: '' # Use the sha / tag you want to point at
hooks:
- id: pyright-conda
```