repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.4.0 hooks: - id: trailing-whitespace - id: check-added-large-files - id: check-yaml - id: end-of-file-fixer - id: check-json - id: pretty-format-json args: [--autofix, --no-sort-keys] - repo: https://github.com/standard/standard rev: v17.1.0 hooks: - id: standard - repo: https://github.com/google/yamlfmt rev: v0.9.0 hooks: - id: yamlfmt - repo: https://github.com/executablebooks/mdformat rev: 0.7.16 hooks: - id: mdformat