This repository manages the GitHub profile and repository templates for the ComPWA Organization.
profile/README.mdis the profile content seen on the ComPWA Organization page.workflow-templatesprovide shared workflow templates.
Install uv and install pre-commit-uv as a tool:
uv tool install pre-commit --with pre-commit-uv --force-reinstallNext, install the pre-commit hooks (see .pre-commit-config.yaml)
pre-commit install --install-hooksso that style checks are performed whenever you commit to this repository.