.pre-commit-config.yaml
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.4.0
hooks:
- id: check-case-conflict
- id: check-xml
- id: end-of-file-fixer
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
rev: v2.0.0
hooks:
- id: pretty-format-java
args: [--autofix]
- repo: https://github.com/markdownlint/markdownlint
rev: d4722e89430631ab96cfb30719f163650b1d4b14
hooks:
- id: markdownlint_docker
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
rev: v2.0.0
hooks:
- id: pretty-format-yaml
args: [--autofix]