Skip to content

Commit 7bfe56b

Browse files
authored
Update AGENTS.md
1 parent 5da6bb9 commit 7bfe56b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

AGENTS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828
- [ ] Keep the test coverage high. Aim at least 70% test coverage.
2929
- [ ] Add test cases to cover all code branches and capture edge cases.
3030
- [ ] `# type: ignore[arg-type]` comment can be used in the test code,
31-
only if that specific code want to explicitly test TypeError handling.
31+
only if that specific code want to explicitly test type handling
32+
or TypeError raising.
3233
- [ ] Docstring and doctest must reflect the latest code.
3334
- [ ] All error messages and warning messages should be clear, concise,
3435
and consistent in style. They should be parseable.

0 commit comments

Comments
 (0)