chore(docs): remove comment styling

This commit is contained in:
Stijnvandenbroek
2026-03-05 10:41:44 +00:00
parent ca5cb9e777
commit c6f5adf621
5 changed files with 21 additions and 22 deletions

View File

@@ -1,5 +1,5 @@
repos:
# ── Local hooks (use uv-managed tool versions from uv.lock) ──────────────
# Local hooks using uv-managed tool versions
- repo: local
hooks:
- id: ruff-lint
@@ -19,7 +19,7 @@ repos:
entry: uv run sqlfluff lint --dialect postgres
language: system
types: [sql]
files: ^(dbt/models/|data_platform/assets/ingestion/)
files: ^dbt/models/
- id: prettier
name: prettier
@@ -34,7 +34,7 @@ repos:
\.pytest_cache/
)
# ── General hygiene ───────────────────────────────────────────────────────
# General hygiene
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
hooks: