Tell agents to use [...] style references (#18698)

This commit is contained in:
Zanie Blue
2026-03-24 10:38:50 -05:00
committed by GitHub
parent edb1744df6
commit dd8bc028e9
+1
View File
@@ -16,3 +16,4 @@
- PREFER top-level imports over local imports or fully qualified names
- AVOID shortening variable names, e.g., use `version` instead of `ver`, and `requires_python`
instead of `rp`
- PREFER [`TypeName`] references when writing Rust doc comments