releasing 0.19b1
[docutils.git] / .pre-commit-config.yaml
blob96ae36841f2ea3931384ebf9ecd5b80ec52046ff
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)$
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