We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d7ee9e commit 3687094Copy full SHA for 3687094
1 file changed
.claude/settings.local.json
@@ -68,7 +68,9 @@
68
"Bash(mount:*)",
69
"Bash(nmcli:*)",
70
"Bash(ruff check:*)",
71
- "WebFetch(domain:github.blog)"
+ "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)"
74
],
75
"deny": [],
76
"ask": [
0 commit comments