mirror of
https://github.com/rendercv/rendercv.git
synced 2025-12-23 21:47:55 -05:00
use pyright for type checking
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user