Commit 26a913fd authored by Mickaël Desfrênes's avatar Mickaël Desfrênes
Browse files

add agent instruction for type hinting

parent 0bf3639a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -42,6 +42,7 @@ Prefer the project commands already defined in the `Makefile`.
## Code Style

- Python code is formatted and linted with Ruff.
- Use type hinting extensively.
- Keep edits ASCII unless the file already uses non-ASCII or the text/domain requires it.
- Prefer explicit, descriptive local names over one-letter variables.
- Keep comments sparse and useful; explain non-obvious behavior, not routine assignments.