mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-02-04 05:43:18 +00:00
Run dart-format on commit (#760)
This commit is contained in:
parent
c5bf4be3d1
commit
a1f0576671
1 changed files with 8 additions and 0 deletions
8
.pre-commit-config.yaml
Normal file
8
.pre-commit-config.yaml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
repos:
|
||||
- repo: local
|
||||
hooks:
|
||||
- id: dart-format
|
||||
name: Dart Format
|
||||
entry: dart format
|
||||
language: system
|
||||
types: [dart]
|
||||
Loading…
Add table
Add a link
Reference in a new issue