Files
DasharoModulePkg/.pre-commit-config.yaml
Maciej Pijanowski 949f92313d pre-commit: add config
Signed-off-by: Maciej Pijanowski <maciej.pijanowski@3mdeb.com>
2023-09-25 10:46:34 +02:00

33 lines
734 B
YAML

---
default_stages: [pre-commit]
default_install_hook_types: [pre-commit, commit-msg]
ci:
autoupdate_commit_msg: 'pre-commit: autoupdate hooks'
autofix_prs: false
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
hooks:
- id: check-added-large-files
- id: check-merge-conflict
- id: check-symlinks
- id: detect-private-key
- id: end-of-file-fixer
- id: trailing-whitespace
- id: mixed-line-ending
- repo: https://github.com/talos-systems/conform
rev: v0.1.0-alpha.27
hooks:
- id: conform
stages:
- commit-msg
- repo: https://github.com/codespell-project/codespell
rev: v2.2.5
hooks:
- id: codespell