зеркало из https://github.com/microsoft/Quantum.git
16 строки
370 B
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
|
|
args: [-b, "main"]
|
|
- id: check-yaml
|
|
- repo: local
|
|
hooks:
|
|
- id: check_indents
|
|
name: check_indents
|
|
entry: python Build/check_indents.py
|
|
language: system
|