Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ repos:
entry: >-
bash -c 'export UV_PROJECT_ENVIRONMENT="${XDG_DATA_HOME:-$HOME/.local/share}/matchpatch/.venv-wsl";
python3 scripts/run_hook_with_hint.py
--hint "UV_PROJECT_ENVIRONMENT=\"\${XDG_DATA_HOME:-\$HOME/.local/share}/matchpatch/.venv-wsl\" uv run --frozen --no-default-groups --group wsl pytest"
-- uv run --frozen --no-default-groups --group wsl pytest'
--hint "UV_PROJECT_ENVIRONMENT=\"\${XDG_DATA_HOME:-\$HOME/.local/share}/matchpatch/.venv-wsl\" uv run --frozen --no-default-groups --group wsl pytest --no-cov"
-- uv run --frozen --no-default-groups --group wsl pytest --no-cov'
language: system
pass_filenames: false
stages:
Expand Down
3 changes: 2 additions & 1 deletion AGENTS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# MatchPatch Agent Notes

Python package in `src/matchpatch`; legacy Helix JSON/HLS utilities live in `Python/`.
Python package in `src/matchpatch`; Helix JSON/HLS utilities live in
`src/matchpatch/devices/`.
Use existing WSL env, not bare `pytest` or a stale project `.venv`:

```bash
Expand Down
20 changes: 0 additions & 20 deletions Python/adjust_gain.py

This file was deleted.

76 changes: 0 additions & 76 deletions Python/decrypt_hls.py

This file was deleted.

85 changes: 0 additions & 85 deletions Python/encrypt_hls.py

This file was deleted.

114 changes: 0 additions & 114 deletions Python/list_cab_presets.py

This file was deleted.

Loading