diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9bbf308a..9939cc79 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,19 +1,4 @@ repos: -- repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 - hooks: - - id: end-of-file-fixer - - id: trailing-whitespace - - id: mixed-line-ending - args: [--fix=lf] - - id: check-yaml - exclude: '^.*templates/.*\.yaml$' - args: [--unsafe] -- repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.42.0 - hooks: - - id: markdownlint - args: [--fix, --disable, MD013, MD041, --] - repo: local hooks: - id: gen-versions-map