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