mirror of
https://github.com/mag37/dockcheck.git
synced 2026-02-14 15:28:22 +01:00
12 lines
293 B
YAML
12 lines
293 B
YAML
|
|
repos:
|
||
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||
|
|
rev: v4.6.0
|
||
|
|
hooks:
|
||
|
|
- id: check-yaml
|
||
|
|
- id: check-added-large-files
|
||
|
|
- id: trailing-whitespace
|
||
|
|
args: [--markdown-linebreak-ext=md]
|
||
|
|
- id: end-of-file-fixer
|
||
|
|
- id: mixed-line-ending
|
||
|
|
args: ['--fix=lf']
|