mirror of
https://github.com/willfarrell/docker-crontab.git
synced 2025-04-08 16:05:14 +02:00
33 lines
1.0 KiB
YAML
33 lines
1.0 KiB
YAML
---
|
|
repos:
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: cef0300fd0fc4d2a87a85fa2093c6b283ea36f4b # frozen: v5.0.0
|
|
hooks:
|
|
- id: check-added-large-files
|
|
- id: check-executables-have-shebangs
|
|
- id: check-merge-conflict
|
|
- id: check-shebang-scripts-are-executable
|
|
- id: check-yaml
|
|
- id: detect-aws-credentials
|
|
- id: detect-private-key
|
|
- id: end-of-file-fixer
|
|
- id: mixed-line-ending
|
|
- id: trailing-whitespace
|
|
|
|
- repo: https://github.com/python-jsonschema/check-jsonschema
|
|
rev: 62833a79b57fcd1bc372b136911a0edca60c3dcb # frozen: 0.31.0
|
|
hooks:
|
|
- id: check-github-workflows
|
|
|
|
- repo: https://github.com/executablebooks/mdformat
|
|
rev: e20b1ac5acb8aba0b49d3a9109c6e6b58684ee83 # frozen: 0.7.21
|
|
hooks:
|
|
- id: mdformat
|
|
additional_dependencies:
|
|
- mdformat-gfm
|
|
|
|
- repo: https://github.com/hadolint/hadolint
|
|
rev: c3dc18df7a501f02a560a2cc7ba3c69a85ca01d3 # frozen: v2.13.1-beta
|
|
hooks:
|
|
- id: hadolint
|