2
0
mirror of https://github.com/inventree/inventree-app.git synced 2026-01-28 16:53:34 +00:00
Files
inventree-app/.pre-commit-config.yaml
2026-01-22 23:35:16 +11:00

8 lines
157 B
YAML

repos:
- repo: local
hooks:
- id: dart-format
name: Dart Format
entry: dart format
language: system
types: [dart]