21 lines
441 B
YAML
21 lines
441 B
YAML
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: ""
|