QuantumLibraries/.pre-commit-config.yaml

16 строки
370 B
YAML
Исходник Обычный вид История

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"]
- id: check-yaml
- repo: local
hooks:
- id: check_indents
name: check_indents
entry: python Build/check_indents.py
language: system