2019-11-22 03:24:31 +03:00
|
|
|
repos:
|
|
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
|
|
rev: v1.2.3
|
|
|
|
hooks:
|
|
|
|
- id: trailing-whitespace
|
|
|
|
args: [--markdown-linebreak-ext=md]
|
|
|
|
- id: no-commit-to-branch
|
2020-09-17 09:03:05 +03:00
|
|
|
args: [-b, "main"]
|
2019-11-22 03:24:31 +03:00
|
|
|
- id: check-yaml
|
|
|
|
- repo: local
|
|
|
|
hooks:
|
|
|
|
- id: check_indents
|
|
|
|
name: check_indents
|
|
|
|
entry: python Build/check_indents.py
|
|
|
|
language: system
|