23 lines
531 B
YAML
23 lines
531 B
YAML
|
exclude: static/fontawesome|^build
|
||
|
|
||
|
default_stages:
|
||
|
- merge-commit
|
||
|
- push
|
||
|
|
||
|
repos:
|
||
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||
|
rev: v4.3.0
|
||
|
hooks:
|
||
|
- id: end-of-file-fixer
|
||
|
stages: [merge-commit, push]
|
||
|
- id: trailing-whitespace
|
||
|
stages: [merge-commit, push]
|
||
|
- id: check-merge-conflict
|
||
|
- repo: local
|
||
|
hooks:
|
||
|
- id: lint
|
||
|
name: lint
|
||
|
entry: task lint:fix --
|
||
|
language: system
|
||
|
files: ''
|