Skip to content

Commit

Permalink
Merge pull request #98 from geigerzaehler/dev-docs-pyright
Browse files Browse the repository at this point in the history
Mention pyright in developer docs
  • Loading branch information
geigerzaehler authored Jul 12, 2024
2 parents 7812d26 + ee66a00 commit bf36f89
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 bf36f89

Please sign in to comment.