https://github.com/ComPWA/pyright-pre-commit
Pre-commit hook for Pyright
https://github.com/ComPWA/pyright-pre-commit
pre-commit pre-commit-hook pyright
Last synced: 4 months ago
JSON representation
Pre-commit hook for Pyright
- Host: GitHub
- URL: https://github.com/ComPWA/pyright-pre-commit
- Owner: ComPWA
- Created: 2021-03-28T20:56:22.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-10-02T02:41:48.000Z (4 months ago)
- Last Synced: 2025-10-02T04:22:36.392Z (4 months ago)
- Topics: pre-commit, pre-commit-hook, pyright
- Homepage:
- Size: 150 KB
- Stars: 4
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pyright mirror
Mirror of [Pyright](https://github.com/microsoft/pyright) for [pre-commit](https://pre-commit.com), created with [`pre-commit-mirror-maker`](https://github.com/pre-commit/pre-commit-mirror-maker). See [github.com/pre-commit/prettier](https://github.com/pre-commit/prettier) for an example of a pre-commit hook for a Node.js package.
### Using Pyright with pre-commit
Add this to your `.pre-commit-config.yaml`:
```yaml
- repo: https://github.com/ComPWA/pyright-pre-commit
rev: ""
hooks:
- id: pyright
```
then run `pre-commit autoupdate`.