2026-04-16 15:14:18 +02:00
|
|
|
repos:
|
|
|
|
|
- repo: local
|
|
|
|
|
hooks:
|
2026-04-28 12:36:30 +02:00
|
|
|
- id: dart-check
|
|
|
|
|
name: dart format (autofix) + check-fast (parallel)
|
2026-04-20 18:08:09 +02:00
|
|
|
language: system
|
2026-04-28 12:36:30 +02:00
|
|
|
entry: bash -c 'cd "$(git rev-parse --show-toplevel)" && nix develop --command scripts/pre_commit_check.sh'
|
2026-04-16 15:14:18 +02:00
|
|
|
pass_filenames: false
|
|
|
|
|
always_run: true
|