We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5da6bb9 commit 7bfe56bCopy full SHA for 7bfe56b
1 file changed
AGENTS.md
@@ -28,7 +28,8 @@
28
- [ ] Keep the test coverage high. Aim at least 70% test coverage.
29
- [ ] Add test cases to cover all code branches and capture edge cases.
30
- [ ] `# type: ignore[arg-type]` comment can be used in the test code,
31
- only if that specific code want to explicitly test TypeError handling.
+ only if that specific code want to explicitly test type handling
32
+ or TypeError raising.
33
- [ ] Docstring and doctest must reflect the latest code.
34
- [ ] All error messages and warning messages should be clear, concise,
35
and consistent in style. They should be parseable.
0 commit comments