mirror of
https://github.com/trailofbits/dropkit
synced 2026-06-21 14:11:54 +00:00
059fbf02db
- Rename .claude/settings.local.json to .claude/settings.json - Add .claude/settings.local.json to .gitignore - Replace uv run tobcloud with uv run dropkit in permissions Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
20 lines
420 B
JSON
20 lines
420 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(uv sync:*)",
|
|
"Bash(uv run pytest:*)",
|
|
"Bash(uv add:*)",
|
|
"Bash(uv run ruff:*)",
|
|
"Bash(uv run mypy:*)",
|
|
"Bash(./lint.sh:*)",
|
|
"Bash(uv run dropkit --help:*)",
|
|
"Bash(uv run dropkit on --help:*)",
|
|
"Bash(uv run dropkit off --help:*)",
|
|
"Bash(git add:*)",
|
|
"Bash(git commit:*)"
|
|
],
|
|
"deny": [],
|
|
"ask": []
|
|
}
|
|
}
|