mirror of
https://github.com/Iconica-Development/flutter_availability.git
synced 2025-05-19 13:13:44 +02:00
17 lines
418 B
YAML
17 lines
418 B
YAML
|
repos:
|
||
|
- repo: https://github.com/dluksza/flutter-analyze-pre-commit
|
||
|
rev: 4afcaa82fc368d40d486256bf4edba329bf667bb
|
||
|
hooks:
|
||
|
- id: dart-format
|
||
|
args: [
|
||
|
apps/example
|
||
|
packages/flutter_availability
|
||
|
packages/flutter_availability_data_interface
|
||
|
]
|
||
|
- id: flutter-analyze
|
||
|
args: [
|
||
|
apps/example
|
||
|
packages/flutter_availability
|
||
|
packages/flutter_availability_data_interface
|
||
|
]
|