|
1 | 1 | { |
2 | 2 | "permissions": { |
3 | 3 | "allow": [ |
4 | | - "Bash(uv run ruff check *)", |
5 | | - "Bash(uv run poe typecheck)", |
6 | | - "Bash(uv run poe lint)", |
7 | | - "Bash(uv run ty check *)", |
8 | | - "Bash(uv run poe audit)", |
9 | | - "Bash(uv run coverage report *)", |
| 4 | + "Bash(.venv/bin/ruff check *)", |
| 5 | + "Bash(.venv/bin/python -m pytest *)", |
| 6 | + "Bash(.venv/bin/python scripts/verify.py)", |
| 7 | + "Bash(.venv/bin/python scripts/prose_lint.py *)", |
10 | 8 | "Bash(.venv/bin/python scripts/render_scenario_gallery.py)", |
11 | | - "Bash(bash /Users/dev/repos/ucl/BSP-isobenefit-qgis-plugin/temp/slope_batch.sh)", |
12 | | - "Bash(bash /Users/dev/repos/ucl/BSP-isobenefit-qgis-plugin/temp/rerender_batch.sh)", |
13 | | - "Bash(bash /Users/dev/repos/ucl/BSP-isobenefit-qgis-plugin/temp/dlbar_batch.sh)", |
14 | | - "Bash(bash /Users/dev/repos/ucl/BSP-isobenefit-qgis-plugin/temp/wrap_batch.sh)", |
15 | | - "Bash(/Users/dev/repos/ucl/BSP-isobenefit-qgis-plugin/.venv/bin/python /Users/dev/repos/ucl/BSP-isobenefit-qgis-plugin/temp/wrap.py)", |
16 | | - "Bash(git -C /Users/dev/repos/ucl/BSP-isobenefit-qgis-plugin log --oneline -15)", |
17 | | - "Bash(git -C /Users/dev/repos/ucl/BSP-isobenefit-qgis-plugin tag)", |
18 | | - "Bash(gh api *)", |
| 9 | + "Bash(.venv/bin/python website/scripts/diagrams.py)", |
| 10 | + "Bash(.venv/bin/python website/scripts/demonstrators.py)", |
19 | 11 | "Bash(cargo test *)", |
20 | | - "Bash(git -C /Users/dev/repos/ucl/BSP-isobenefit-qgis-plugin log --oneline -S \"member_offset\" -- core)", |
21 | | - "Bash(unzip -l /Users/dev/repos/ucl/BSP-isobenefit-qgis-plugin/website/public/scenarios/cambourne.zip)", |
22 | | - "Bash(curl -s \"https://api.github.com/repos/mitochevole/isobenefit-cities/git/trees/master?recursive=1\")", |
23 | | - "Bash(curl -s \"https://raw.githubusercontent.com/mitochevole/isobenefit-cities/master/src/land_map.py\" -o /private/tmp/claude-502/-Users-dev-repos-ucl-BSP-isobenefit-qgis-plugin/f25e95a8-8860-4c14-a856-d62e715444a1/scratchpad/land_map.py)", |
24 | | - "Bash(curl -s \"https://raw.githubusercontent.com/mitochevole/isobenefit-cities/master/src/simulation.py\" -o /private/tmp/claude-502/-Users-dev-repos-ucl-BSP-isobenefit-qgis-plugin/f25e95a8-8860-4c14-a856-d62e715444a1/scratchpad/simulation.py)", |
25 | | - "Bash(curl -s \"https://raw.githubusercontent.com/mitochevole/isobenefit-cities/master/README.md\" -o /private/tmp/claude-502/-Users-dev-repos-ucl-BSP-isobenefit-qgis-plugin/f25e95a8-8860-4c14-a856-d62e715444a1/scratchpad/orig_README.md)", |
26 | | - "Bash(.venv/bin/python -m pytest core/tests_py -q)", |
27 | | - "Read(//Users/dev/.local/share/uv/python/cpython-3.10.20-macos-aarch64-none/bin/**)", |
28 | | - "Bash(/Users/dev/repos/ucl/BSP-isobenefit-qgis-plugin/.venv/bin/python -c \"import isobenefit; print\\(isobenefit.__version__\\)\")", |
29 | | - "Bash(git -C /Users/dev/repos/ucl/BSP-isobenefit-qgis-plugin tag --sort=-creatordate)", |
30 | | - "Bash(/Users/dev/repos/ucl/BSP-isobenefit-qgis-plugin/.venv/bin/python /private/tmp/claude-502/-Users-dev-repos-ucl-BSP-isobenefit-qgis-plugin/f25e95a8-8860-4c14-a856-d62e715444a1/scratchpad/check_periphery.py)", |
31 | | - "WebFetch(domain:pubmed.ncbi.nlm.nih.gov)" |
| 12 | + "Bash(cargo fmt *)", |
| 13 | + "Bash(cargo clippy *)", |
| 14 | + "Bash(npm run build)" |
32 | 15 | ] |
33 | 16 | }, |
34 | 17 | "hooks": { |
|
0 commit comments