Closed Roald87 closed 7 months ago
I wrote a small post regarding using pre-commits with TwinCAT files. I used your pre-commit as and example as well. https://cookncode.com/twincat/2022/04/14/pre-commit.html
Thanks for making it available!
Maybe an idea to add the .pre-commit-config.yaml files to the README.md? Then more experienced people can immediately copy paste the relevant stuff. For example how it's done here: https://github.com/pre-commit/pre-commit-hooks.
.pre-commit-config.yaml
README.md
Nice article, @Roald87 - and thanks for mentioning us. 👍
We definitely should include more information on each of the hooks + copy-paste-able examples here.
closed by #24
I wrote a small post regarding using pre-commits with TwinCAT files. I used your pre-commit as and example as well. https://cookncode.com/twincat/2022/04/14/pre-commit.html
Thanks for making it available!
Maybe an idea to add the
.pre-commit-config.yaml
files to theREADME.md
? Then more experienced people can immediately copy paste the relevant stuff. For example how it's done here: https://github.com/pre-commit/pre-commit-hooks.