--- repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v5.0.0 hooks: - id: trailing-whitespace #exclude: '^ordmodels/' - repo: https://github.com/jorisroovers/gitlint rev: v0.19.1 hooks: - id: gitlint stages: [commit-msg] - repo: https://github.com/Lucas-C/pre-commit-hooks rev: v1.5.5 hooks: - id: remove-tabs stages: [pre-commit] exclude: '^(.git/|docs/make.bat|.*/Makefile$)'