chore: Add lefthook configuration

This commit is contained in:
gasaichandesu
2026-06-19 22:49:35 +04:00
parent 05d1bb2428
commit 8f6ed5504b
+8
View File
@@ -0,0 +1,8 @@
pre-commit:
commands:
format:
run: dart format --set-exit-if-changed .
analyze:
run: flutter analyze
test:
run: flutter test