Skip to content

Commit

Permalink
DOC: add "Archived" warning (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer authored Oct 8, 2024
1 parent 4a3c902 commit c593beb
Showing 1 changed file with 3 additions and 20 deletions.
23 changes: 3 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,4 @@
# Pyright mirror
# Pyright pre-commit 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/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`.
> [!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.

0 comments on commit c593beb

Please sign in to comment.