We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8ffd4a commit 1b0c94eCopy full SHA for 1b0c94e
1 file changed
.cursorrules
@@ -14,7 +14,6 @@ You are an expert Python developer assisting with this modern repository.
14
- Use built-in types for type hinting (`list[str]`, `dict[str, int]`, `str | None`). Avoid importing from `typing` unless necessary (e.g., `Callable`, `Any`).
15
- Follow strict type hinting. `basedpyright` will reject untyped definitions.
16
- **Always run type checking with `basedpyright` after changes.**
17
- - **Bu projede her değişiklikten sonra type checking (basedpyright) çalıştır.**
18
19
3. **Testing:**
20
- Write test cases using `pytest`.
0 commit comments