- Wed 07 July 2021
- git
- Marius Mather
git pre-commit hooks: check or style your code with every commit
You can use tools like black to automatically style your Python code in a consistent way. However, if you're just running it manually, you have to remember to run it …