We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 391ff02 commit 81ebb8dCopy full SHA for 81ebb8d
1 file changed
AGENTS.md
@@ -11,8 +11,6 @@ This repository contains a Python synthesizer and its accompanying tests.
11
## Commands
12
- Build/Install: `uv sync`
13
- Run app: `uv run python main.py`
14
- - With MIDI file: `uv run python main.py --midi FILE [--play]`
15
- - With patch: `uv run python main.py --patch NAME`
16
- Lint: `uv run ruff check .`
17
- Run all tests: `uv run pytest`
18
- Run single test: `uv run pytest tests/test_file.py::TestClass::test_function -v`
0 commit comments