One icon indicating copy to clipboard operation
One copied to clipboard

❔ Auto run pre-commit on top of Git ❔

Open BaseMax opened this issue 3 years ago • 2 comments
trafficstars

pip install pre-commit
pre-commit

I need to focus on development and the core. can we add pre-commit on top of Git as a hack/module?

BaseMax avatar Nov 05 '22 15:11 BaseMax

pre-commit run --all-files

BaseMax avatar Nov 05 '22 15:11 BaseMax

make check

jbampton avatar Nov 28 '22 17:11 jbampton