use pyright for type checking

This commit is contained in:
Sina Atalay
2024-07-05 16:10:49 +03:00
parent dc87688980
commit fca375da0c
2 changed files with 16 additions and 5 deletions

View File

@@ -86,6 +86,10 @@ These commands are defined in the [`pyproject.toml`](https://github.com/sinaatal
```bash
hatch run default:sort-imports
```
- Check the types with [Pyright](https://github.com/RobertCraigie/pyright-python)
```bash
hatch run default:check-types
```
- Run the tests:
```bash
hatch run test:run