# See https://pre-commit.com for more information # See https://pre-commit.com/hooks.html for more hooks # See https://pre-commit.ci for more information ci: autoupdate_schedule: weekly repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.5.0 hooks: - id: trailing-whitespace args: ["--markdown-linebreak-ext", "md"] exclude_types: [svg] - id: end-of-file-fixer - id: check-yaml - id: check-added-large-files - repo: https://github.com/editorconfig-checker/editorconfig-checker.python rev: "2.7.3" hooks: - id: editorconfig-checker alias: ec