Uncomment classifiers for Georgian and Catalan (Valencian) languages.
[docutils.git] / .pre-commit-config.yaml
blob761abf28eae007b30b3c620bfe5ccb701f913362
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|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
16     hooks:
17     -   id: flake8