diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c15161ed18d29e664ee3cf8272672d7334e61bf9..fb364a3bd91117ac716e1d7b006d12bcd630f3fb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,10 +4,15 @@ repos: hooks: - id: trailing-whitespace args: [--markdown-linebreak-ext=md, --markdown-linebreak-ext=pandoc] + - id: check-added-large-files + args: [--maxkb 1024] + - id: check-merge-conflict + - id: check-xml + - id: check-yaml - repo: local hooks: - id: git-diff-check - name: git-diff-check + name: Run git diff --check entry: git diff --check --cached -- ':!*.md' ':!*.pandoc' ':!*.asc' ':!*.dat' ':!*.ts' language: system stages: [commit, manual]