Skip to content

Commit fdbc108

Browse files
committed
chore: update permissions
1 parent b293ea6 commit fdbc108

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

.claude/settings.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"permissions": {
3+
"allow": [
4+
"Bash(git log:*)",
5+
"Bash(tox)",
6+
"Bash(tox:*)",
7+
"Bash(uv run tox)",
8+
"Bash(uv run tox:*)",
9+
"Bash(pytest)",
10+
"Bash(pytest:*)",
11+
"Bash(python -m pytest)",
12+
"Bash(python -m pytest:*)",
13+
"Bash(python -m mypy:*)",
14+
"Bash(python3 -m pytest:*)",
15+
"Bash(git add:*)",
16+
"Bash(cat:*)",
17+
"Bash(find:*)",
18+
"Bash(mypy:*)",
19+
"Bash(python -m py_compile:*)",
20+
"Bash(tree:*)"
21+
],
22+
"deny": [],
23+
"ask": []
24+
}
25+
}

0 commit comments

Comments
 (0)