13 lines
283 B
YAML
13 lines
283 B
YAML
repos:
|
|
- repo: https://github.com/commitizen-tools/commitizen
|
|
rev: v3.13.0
|
|
hooks:
|
|
- id: commitizen
|
|
- id: commitizen-branch
|
|
stages:
|
|
- push
|
|
- repo: https://github.com/sqlfluff/sqlfluff
|
|
rev: 3.0.0a4
|
|
hooks:
|
|
- id: sqlfluff-lint
|
|
args: [--dialect, "postgres"]
|