Files
ray-project--ray/.claude/settings.json
T
2026-07-13 13:17:40 +08:00

19 lines
375 B
JSON

{
"permissions": {
"allow": [
"Bash(bazel build *)",
"Bash(bazel test *)",
"Bash(bazel run *)",
"Bash(bazel query *)",
"Bash(bazel info *)",
"Bash(python -m pytest *)",
"Bash(pip install -e *)",
"Bash(git status)",
"Bash(git diff *)",
"Bash(git log *)",
"Bash(git branch *)"
],
"deny": []
}
}