You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/copilot-instructions.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,6 @@ Follow these rules in this repo (summary). Full details: see [AGENTS.md](../AGEN
3
3
- Security: never introduce hardcoded secrets; avoid injection/dynamic execution hazards.
4
4
- Performance: watch for inefficient loops and resource leaks; clean up resources.
5
5
- 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`.
7
7
- Async: async functions must not call blocking I/O.
8
8
- Review style: be specific/actionable; explain “why”; ask clarifying questions when unclear.
0 commit comments