diff options
author | Hugo van Kemenade <hugovk@users.noreply.github.com> | 2023-06-18 11:52:05 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-18 11:52:05 (GMT) |
commit | bc07c8f096791d678ca5c1e3486cb9648f7a027b (patch) | |
tree | 59a38aad3d156715b8746dff7a6460846b236a3d /Doc/constraints.txt | |
parent | dba72175116373c1d15e25d84c88b516daf9f5c4 (diff) | |
download | cpython-bc07c8f096791d678ca5c1e3486cb9648f7a027b.zip cpython-bc07c8f096791d678ca5c1e3486cb9648f7a027b.tar.gz cpython-bc07c8f096791d678ca5c1e3486cb9648f7a027b.tar.bz2 |
Docs: move sphinx-lint to pre-commit (#105750)
Diffstat (limited to 'Doc/constraints.txt')
-rw-r--r-- | Doc/constraints.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Doc/constraints.txt b/Doc/constraints.txt index 66c748e..54888ea 100644 --- a/Doc/constraints.txt +++ b/Doc/constraints.txt @@ -23,7 +23,3 @@ sphinxcontrib-serializinghtml<1.2 # Direct dependencies of Jinja2 (Jinja is a dependency of Sphinx, see above) MarkupSafe<2.2 - -# Direct dependencies of sphinx-lint -polib<1.3 -regex<2024 |