2
0
mirror of https://github.com/inventree/inventree-app.git synced 2026-01-28 16:53:34 +00:00

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

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]