mirror of
https://github.com/Alishahryar1/free-claude-code.git
synced 2026-06-02 06:13:46 +02:00
Update AGENTS.md
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
## CODING ENVIRONMENT
|
||||
|
||||
- Install astral uv using "curl -LsSf https://astral.sh/uv/install.sh | sh" if not already installed
|
||||
- Install astral uv using "curl -LsSf https://astral.sh/uv/install.sh | sh" if not already installed and if already installed then update it to the latest version
|
||||
- Install Python 3.14 using `uv python install 3.14` if not already installed
|
||||
- Always use `uv run` to run files instead of the global `python` command.
|
||||
- Current uv ruff formatter is set to py314 which has supports multiple exception types without paranthesis (except TypeError, ValueError:)
|
||||
|
||||
Reference in New Issue
Block a user