Posts tagged formatter
Pre-commit hook configuration exhaustive template
- 2025/05/17
In this article, we will cover a wide range of pre-commit hooks that can be automatically executed before a Git commit, and organize them as configuration examples (templates). We assume that you will use it to “put everything in first and then delete what is unnecessary.”
pre-commit implementation notes
- 2025/05/16
In this article, we will explain how to introduce and utilize pre-commit, a tool that automatically formats and checks code and documents before committing to Git.