twnet_parser/.pre-commit-config.yaml
ChillerDragon aef93ce88b chore: use chore for everything else
If it is not a user facing feature. Or something boring.
Do not name it fix or feat do name it chore instead.
A example would be changing configs like this commit.
Maybe even some internal variable naming convetion and so on.
2023-06-04 12:01:38 +02:00

9 lines
241 B
YAML

repos:
- repo: https://github.com/compilerla/conventional-pre-commit
rev: 0319903f0ab451c059b7159ae841e7c378be1c79
hooks:
- id: conventional-pre-commit
stages: [commit-msg]
args: [feat, fix, ci, test, chore]