15 lines
253 B
YAML
15 lines
253 B
YAML
|
#exclude: static/fontawesome|^build
|
||
|
|
||
|
default_stages:
|
||
|
- merge-commit
|
||
|
- push
|
||
|
|
||
|
repos:
|
||
|
- repo: local
|
||
|
hooks:
|
||
|
- id: lint
|
||
|
name: lint
|
||
|
entry: task lint:fix --
|
||
|
language: system
|
||
|
files: ''
|