precommit: add qmlformat hook

This commit is contained in:
Dag Heyman 2020-06-15 09:11:52 +02:00
parent c208acd4d6
commit 5dcfc1c9d0

View File

@ -10,3 +10,8 @@
language: system language: system
entry: flake8 ./py entry: flake8 ./py
files: \.py files: \.py
- id: qmlformat
name: qmlformat
entry: qmlformat -i
language: system
files: \.qml$