1 # See https://pre-commit.com for more information
2 # See https://pre-commit.com/hooks.html for more hooks
5 - repo: https://github.com/pre-commit/pre-commit-hooks
8 - id: check-added-large-files
9 - id: trailing-whitespace
10 exclude: ^(sandbox|docutils/docs)|(.el|.svg|.tex|pseudoxml.txt|test_manpage.py)$
11 - id: end-of-file-fixer
12 exclude: ^sandbox|(.svg)|docutils/test/data/utf-16-le-sig.txt$
14 - repo: https://github.com/pycqa/flake8
15 rev: 5.0.4 # Docutils' ``.flake8`` configuration files do not work with Flake8 >=6