1 parent 4e0da8b commit c3308c8Copy full SHA for c3308c8
1 file changed
.claude/settings.json
@@ -1,14 +1,14 @@
1
{
2
- "$schema": "https://claude.ai/claude-code/settings.json",
+ "$schema": "https://json.schemastore.org/claude-code-settings.json",
3
"permissions": {
4
"allow": [
5
- "Bash(uv:*)",
6
- "Bash(cargo:*)",
7
- "Bash(maturin:*)",
8
- "Bash(pytest:*)",
9
- "Bash(ruff:*)",
10
- "Bash(git:*)",
11
- "Bash(gh:*)",
+ "Bash(uv *)",
+ "Bash(cargo *)",
+ "Bash(maturin *)",
+ "Bash(pytest *)",
+ "Bash(ruff *)",
+ "Bash(git *)",
+ "Bash(gh *)",
12
"Bash(python3 -m json.tool *)"
13
],
14
"deny": []
0 commit comments