From 80578894317562e375022ec6bf52d7860af3d4bf Mon Sep 17 00:00:00 2001 From: James Devine Date: Sat, 7 Mar 2026 08:20:13 +0100 Subject: [PATCH] Add .claude/settings.json with permissions for claude-code-action --- .claude/settings.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .claude/settings.json diff --git a/.claude/settings.json b/.claude/settings.json new file mode 100644 index 0000000..bb53682 --- /dev/null +++ b/.claude/settings.json @@ -0,0 +1,10 @@ +{ + "permissions": { + "allow": [ + "Bash(pip install:*)", + "Bash(python3:*)", + "Bash(./.venv/bin/pytest:*)", + "Bash(./.venv/bin/pip install:*)" + ] + } +}