Skip to content

Commit 3d3b64d

Browse files
aclark4lifeCopilot
andauthored
Update .github/copilot-instructions.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 820ad2c commit 3d3b64d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/copilot-instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ Follow these rules in this repo (summary). Full details: see [AGENTS.md](../AGEN
33
- Security: never introduce hardcoded secrets; avoid injection/dynamic execution hazards.
44
- Performance: watch for inefficient loops and resource leaks; clean up resources.
55
- Docs/API: public classes/modules/methods must have Sphinx docs.
6-
- PyMongo synchro rule: do not edit `pymongo/synchronous` (or sync test twins) unless the change includes `_IS_SYNC`; those files are generated via `tools/synchro.py`.
6+
- PyMongo synchro rule: do not review changes in `pymongo/synchronous` or in `test/` files that have same-named files in `test/asynchronous` unless the change includes `_IS_SYNC`; those files are generated via `tools/synchro.py`.
77
- Async: async functions must not call blocking I/O.
88
- Review style: be specific/actionable; explain “why”; ask clarifying questions when unclear.

0 commit comments

Comments
 (0)