summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
blob: ebda8a991341a0f9c8388c64ca81fb9004835999 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# See https://pre-commit.com for more information
# See https://pre-commit.com/hooks.html for more hooks
repos:
-   repo: https://github.com/pre-commit/pre-commit-hooks
    rev: v4.1.0
    hooks:
    -   id: check-added-large-files
    -   id: check-yaml
    -   id: end-of-file-fixer
    -   id: trailing-whitespace
        exclude: ^(ChangeLog-2013|patches/.*)$
        args: [--chars, " \t\n\r\v"]