Skip to content

Commit c3308c8

Browse files
committed
fix: change url schema claude settings json
1 parent 4e0da8b commit c3308c8

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.claude/settings.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
2-
"$schema": "https://claude.ai/claude-code/settings.json",
2+
"$schema": "https://json.schemastore.org/claude-code-settings.json",
33
"permissions": {
44
"allow": [
5-
"Bash(uv:*)",
6-
"Bash(cargo:*)",
7-
"Bash(maturin:*)",
8-
"Bash(pytest:*)",
9-
"Bash(ruff:*)",
10-
"Bash(git:*)",
11-
"Bash(gh:*)",
5+
"Bash(uv *)",
6+
"Bash(cargo *)",
7+
"Bash(maturin *)",
8+
"Bash(pytest *)",
9+
"Bash(ruff *)",
10+
"Bash(git *)",
11+
"Bash(gh *)",
1212
"Bash(python3 -m json.tool *)"
1313
],
1414
"deny": []

0 commit comments

Comments
 (0)