Skip to content

Commit 3687094

Browse files
committed
chore(claude): add python 3.14 path and requests check to allowed tools
1 parent 5d7ee9e commit 3687094

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.claude/settings.local.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,9 @@
6868
"Bash(mount:*)",
6969
"Bash(nmcli:*)",
7070
"Bash(ruff check:*)",
71-
"WebFetch(domain:github.blog)"
71+
"WebFetch(domain:github.blog)",
72+
"Bash(PYTHONNOUSERSITE=0 /opt/homebrew/opt/python@3.14/bin/python3.14 -c \"import sys; print\\(sys.path\\)\" 2>&1)",
73+
"Bash(/opt/homebrew/opt/python@3.14/bin/python3.14 -c \"import sys; sys.path.append\\('/opt/homebrew/lib/python3.14/site-packages'\\); import requests; print\\('ok'\\)\" 2>&1)"
7274
],
7375
"deny": [],
7476
"ask": [

0 commit comments

Comments
 (0)