{ "permissions": { "allow": [ "Bash(python3:*)", "Bash(ruff check:*)", "Bash(for f in src/harbor/*.py)", "Bash(do python3 -m py_compile \"$f\")", "Bash(echo:*)", "Bash(done)", "Bash(PYTHONPATH=src python3:*)", "Bash(git add:*)", "Bash(git commit:*)", "Bash(git push:*)", "Bash(~/git/dotfiles/.local/bin/gitea-ci.py:*)", "Bash(PYTHONPATH=src python:*)", "Bash(pip3 install:*)", "Bash(~/.local/bin/ruff check src/harbor/)" ] } }