28 lines
702 B
YAML
28 lines
702 B
YAML
---
|
|
repos:
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: v4.5.0
|
|
hooks:
|
|
- id: end-of-file-fixer
|
|
- id: trailing-whitespace
|
|
args:
|
|
- --markdown-linebreak-ext=md
|
|
- id: check-docstring-first
|
|
- id: requirements-txt-fixer
|
|
- id: check-merge-conflict
|
|
- id: no-commit-to-branch
|
|
args:
|
|
- "--branch"
|
|
- "main"
|
|
- id: check-symlinks
|
|
- id: detect-private-key
|
|
- id: detect-aws-credentials
|
|
args:
|
|
- --allow-missing-credentials
|
|
- id: check-json
|
|
- id: check-yaml
|
|
- repo: https://github.com/markdownlint/markdownlint
|
|
rev: v0.13.0
|
|
hooks:
|
|
- id: markdownlint
|