zero2prod_axum/.pre-commit-config.yaml

14 lines
283 B
YAML
Raw Normal View History

2023-12-28 22:04:32 +01:00
repos:
2023-12-28 22:38:29 +01:00
- repo: https://github.com/commitizen-tools/commitizen
rev: v3.13.0
hooks:
2023-12-28 22:04:32 +01:00
- id: commitizen
- id: commitizen-branch
stages:
- push
2023-12-28 22:38:29 +01:00
- repo: https://github.com/sqlfluff/sqlfluff
rev: 3.0.0a4
hooks:
- id: sqlfluff-lint
args: [--dialect, "postgres"]