repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.6.0 hooks: - id: trailing-whitespace exclude: conformance/results/.*/.*\.toml - id: end-of-file-fixer - id: check-yaml - id: check-toml - id: check-merge-conflict - id: mixed-line-ending args: [--fix=lf] exclude: docs/make\.bat - id: check-case-conflict - repo: meta hooks: - id: check-hooks-apply ci: autofix_commit_msg: "[pre-commit.ci] auto fixes from pre-commit.com hooks" autofix_prs: true autoupdate_commit_msg: "[pre-commit.ci] pre-commit autoupdate" autoupdate_schedule: quarterly submodules: false