Skip to content

Commit 1b0c94e

Browse files
authored
typo
1 parent b8ffd4a commit 1b0c94e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.cursorrules

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ You are an expert Python developer assisting with this modern repository.
1414
- Use built-in types for type hinting (`list[str]`, `dict[str, int]`, `str | None`). Avoid importing from `typing` unless necessary (e.g., `Callable`, `Any`).
1515
- Follow strict type hinting. `basedpyright` will reject untyped definitions.
1616
- **Always run type checking with `basedpyright` after changes.**
17-
- **Bu projede her değişiklikten sonra type checking (basedpyright) çalıştır.**
1817

1918
3. **Testing:**
2019
- Write test cases using `pytest`.

0 commit comments

Comments
 (0)