version 0.19.1b.dev
[docutils.git] / .pre-commit-config.yaml
blob586407fb4d8a84198ea31940409f5cb2fdb75f3e
1 # See https://pre-commit.com for more information
2 # See https://pre-commit.com/hooks.html for more hooks
3 repos:
5 -   repo: https://github.com/pre-commit/pre-commit-hooks
6     rev: v3.2.0
7     hooks:
8     -   id: check-added-large-files
9     -   id: trailing-whitespace
10         exclude: ^(sandbox|prest)|(.el|.svg|.tex|.txt|test_manpage.py|test_latex2e.py)$
11     -   id: end-of-file-fixer
12         exclude: ^(sandbox|prest)|(.svg)|docutils/test/data/utf-16-le-sig.txt$
14 -   repo: https://github.com/pycqa/flake8
15     rev: 3.8.4  # pick a git hash / tag to point to
16     hooks:
17     -   id: flake8