Add .claude/settings.json with permissions for claude-code-action
This commit is contained in:
parent
cb3db118d0
commit
8057889431
1 changed files with 10 additions and 0 deletions
10
.claude/settings.json
Normal file
10
.claude/settings.json
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"permissions": {
|
||||
"allow": [
|
||||
"Bash(pip install:*)",
|
||||
"Bash(python3:*)",
|
||||
"Bash(./.venv/bin/pytest:*)",
|
||||
"Bash(./.venv/bin/pip install:*)"
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue