See how a minor change to your commit message style can make you a better programmer.
Format: <type>(<scope>): <subject>
<scope> is optional
| fail_fast: true | |
| repos: | |
| - repo: https://github.com/timothycrosley/isort | |
| rev: 5.7.0 | |
| hooks: | |
| - id: isort | |
| additional_dependencies: [toml] | |
| - repo: https://github.com/psf/black | |
| rev: 20.8b1 | |
| hooks: |