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:)