xml-writer: improve formatting with "indents" setting.
[docutils.git] / .pre-commit-config.yaml
blob3574ddc8a6db974a832de1c911320f168dfd1916
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|(.el|.svg|.tex|pseudoxml.txt)$
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
16     hooks:
17     -   id: flake8