WIP
WIP
WIP
See CONTRIBUTING.md for details on contributing to the project.
To build the project, run:
makeUse Ruff for linting and formatting:
make lintUse Ty for type checking:
make typecheckUse the check target to run both linter and type checker:
make checkUse pytest to run the test suite:
make test
# Run tests with HTML report
uv run pytest --cov=hyperbench --cov-report=htmlRun the following command to install the pre-commit hook:
make setup
pre-commit install --config .github/hooks/.pre-commit-config.yaml --hook-type pre-commit --install-hooks --overwriteWIP
WIP