Add .claude/settings.json with permissions for claude-code-action

This commit is contained in:
James Devine 2026-03-07 08:20:13 +01:00
parent cb3db118d0
commit 8057889431

10
.claude/settings.json Normal file
View file

@ -0,0 +1,10 @@
{
"permissions": {
"allow": [
"Bash(pip install:*)",
"Bash(python3:*)",
"Bash(./.venv/bin/pytest:*)",
"Bash(./.venv/bin/pip install:*)"
]
}
}