Skip to content

Commit edd1981

Browse files
authored
Merge pull request #5 from franccesco/chore/update-claude-settings
chore: add pytest, python, and uv to Claude allowed commands
2 parents 7e6b0e8 + 13db56f commit edd1981

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.claude/settings.local.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,16 @@
22
"permissions": {
33
"allow": [
44
"Bash(ruff:*)",
5+
"Bash(pytest:*)",
56
"Bash(pyright:*)",
67
"Bash(mkdocs:*)",
78
"Bash(rg:*)",
89
"Bash(ls:*)",
910
"Bash(grep:*)",
1011
"Bash(find:*)",
11-
"Bash(mkdir:*)"
12+
"Bash(mkdir:*)",
13+
"Bash(python:*)",
14+
"Bash(uv:*)"
1215
],
1316
"deny": []
1417
}

0 commit comments

Comments
 (0)