docs: remove pyright and pre-commit from developer guide and mention ty and prek instead

This commit is contained in:
Sina Atalay
2025-12-23 15:24:44 +03:00
parent 3360db357a
commit c61bba3c70
3 changed files with 5 additions and 5 deletions

View File

@@ -20,7 +20,7 @@ just format
just check
```
If there's absolutely no alternative, use `# pyright: ignore[errorCode]` or `#NOQA: errorCode` to ignore typing or linting errors.
If there's absolutely no alternative, use `# ty: ignore[error-code]` or `#NOQA: error-code` to ignore typing or linting errors.
## Docstrings