Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.35 KB

README.md

File metadata and controls

26 lines (17 loc) · 1.35 KB

Public ComPWA GitHub profile

pre-commit.ci status Spelling checked code style: prettier

This repository manages the GitHub profile and repository templates for the ComPWA Organization.

Contributing

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.