Files
chia-blockchain/.cursor/rules/use-venv-wrappers.mdc
T
Almog De PazandGitHub 79008d11d5 context for moduls and testing for cursor to use automatically (#20572)
* context fo cursor

* pass with docs refrence, fix line counts and some more and minor fixes

* lint

* pr comments

* fixes
2026-05-01 14:02:08 -05:00

14 lines
328 B
Plaintext

---
description: Force repo venv wrappers for Python commands
alwaysApply: true
---
# Python Venv Guardrail
In this workspace, always execute Python tooling via repository wrappers:
- Use `tools/py` for Python and pip/module commands.
- Use `tools/pytest` for tests.
Do not use bare `python`, `python3`, `pip`, or `pytest`.