Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/quantco/pre-commit-mirrors-pyright
https://github.com/quantco/pre-commit-mirrors-pyright
Last synced: about 2 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-10T00:37:44.000Z (about 2 months ago)
- Last Synced: 2024-11-10T01:25:00.484Z (about 2 months ago)
- Size: 106 KB
- Stars: 0
- Watchers: 4
- 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
```