PsiQ / qref

Quantum Resource Estimate Format
https://psiq.github.io/qref/
Apache License 2.0
34 stars 3 forks source link

chore: fix installation of precommit hooks #96

Closed mstechly closed 5 months ago

mstechly commented 5 months ago

As it turns out, if you just run pre-commit install --hook-type commit-msg, it only installs commit-msg, without installing the rest, so this is needed to fix it.