We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e980c1a commit b539609Copy full SHA for b539609
.openhands/microagents/repo.md
@@ -20,6 +20,9 @@ To set up the development environment:
20
## Linting Requirements
21
**Always run lint before committing changes.** Use `make lint` to run all pre-commit hooks on all files. The project uses:
22
23
+## Typing Requirements
24
+When using types, prefer modern typing syntax (e.g., use `| None` instead of `Optional`).
25
+
26
## Documentation Guidelines
27
- **Do NOT send summary updates in the README.md** for the repository
28
- **Do NOT create .md files in the root** of the repository to track or send updates
0 commit comments