feat: add configurability

This commit is contained in:
Sandro Eiler 2024-01-01 14:34:42 +01:00
parent 89ea0995bb
commit 8257255dc2
10 changed files with 1406 additions and 26 deletions

View file

@ -11,3 +11,15 @@ repos:
hooks:
- id: sqlfluff-lint
args: [--dialect, "postgres"]
- repo: https://github.com/doublify/pre-commit-rust
rev: v1.0
hooks:
- id: fmt
- id: cargo-check
- id: clippy
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
rev: v9.10.0
hooks:
- id: commitlint
stages: [commit-msg]
additional_dependencies: ["@commitlint/config-conventional"]