Run dart-format on commit (#760)

This commit is contained in:
Oliver 2026-01-22 23:35:16 +11:00 committed by GitHub
parent c5bf4be3d1
commit a1f0576671
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

8
.pre-commit-config.yaml Normal file
View file

@ -0,0 +1,8 @@
repos:
- repo: local
hooks:
- id: dart-format
name: Dart Format
entry: dart format
language: system
types: [dart]