mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2026-08-24 02:24:23 -05:00
* context fo cursor * pass with docs refrence, fix line counts and some more and minor fixes * lint * pr comments * fixes
14 lines
328 B
Plaintext
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`.
|