From 29125296c7e5528f751ae47fd2f6e5e310d268ba Mon Sep 17 00:00:00 2001 From: Ali Khokhar Date: Sun, 1 Mar 2026 23:45:43 -0800 Subject: [PATCH] Update CLAUDE.md --- CLAUDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CLAUDE.md b/CLAUDE.md index c854f59..d43b17c 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -4,7 +4,7 @@ ## CODING ENVIRONMENT -- 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 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:)