ComPWA / .github

GitHub profile and templates for the ComPWA organization
https://github.com/ComPWA
1 stars 0 forks source link

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.