Skip to content

Commit

Permalink
Mention pyright in developer docs
Browse files Browse the repository at this point in the history
  • Loading branch information
geigerzaehler committed Jul 12, 2024
1 parent 0e6dd63 commit 3660830
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions DEVELOPING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,16 @@ This project uses [Poetry][] for packaging and dependency management.
We’re using the following tools to ensure consistency and quality

- [ruff](https://docs.astral.sh/ruff/)
- [pyright](https://microsoft.github.io/pyright/)
- [pytest](https://docs.pytest.org/)

```bash
poetry install
poetry run ruff check .
poetry run pyright .
poetry run pytest
```

[poetry]: https://python-poetry.org/

## Releasing
Expand Down

0 comments on commit 3660830

Please sign in to comment.