diff --git a/.claude/settings.local.json b/.claude/settings.local.json index a0b80aa..e46e291 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -2,13 +2,16 @@ "permissions": { "allow": [ "Bash(ruff:*)", + "Bash(pytest:*)", "Bash(pyright:*)", "Bash(mkdocs:*)", "Bash(rg:*)", "Bash(ls:*)", "Bash(grep:*)", "Bash(find:*)", - "Bash(mkdir:*)" + "Bash(mkdir:*)", + "Bash(python:*)", + "Bash(uv:*)" ], "deny": [] }