Skip to content

Commit

Permalink
BREAK: rename repository to pyright-pre-commit (#2)
Browse files Browse the repository at this point in the history
This reverts commit c593beb.
  • Loading branch information
redeboer authored Oct 9, 2024
1 parent c593beb commit 23ced12
Showing 1 changed file with 20 additions and 3 deletions.
23 changes: 20 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@
# Pyright pre-commit mirror
# Pyright mirror

> [!WARNING]
> This repository has been archived and is no longer maintained. Please use the [pre-commit hook](https://github.com/RobertCraigie/pyright-python?tab=readme-ov-file#pre-commit) offered by [RobertCraigie/pyright-python](https://github.com/RobertCraigie/pyright-python) instead.
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/mirrors-prettier](https://github.com/pre-commit/mirrors-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/mirrors-pyright
rev: ""
hooks:
- id: pyright
```
then run `pre-commit autoupdate`.

0 comments on commit 23ced12

Please sign in to comment.