base-images/.pre-commit-config.yaml

27 lines
702 B
YAML
Raw Normal View History

2023-10-30 23:14:50 +02:00
---
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v6.0.0
2023-10-30 23:14:50 +02:00
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.15.0
2023-10-30 23:14:50 +02:00
hooks:
- id: markdownlint