Skip to content

Commit cbfc851

Browse files
authored
Drop lint parentheses search in old Python versions (#236)
* Drop lint parentheses search in old Python versions * Quote version specifiers in requirements.txt
1 parent 3c5bab0 commit cbfc851

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

requirements.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
potodo==0.21.3
22
powrap==1.0.1
33
sphinx-intl==2.2.0
4-
sphinx-lint==1.0.0
4+
# avoid unnecessary parentheses search in old Python Docs
5+
sphinx-lint==1.0.0; python_version >= "3.12"
6+
sphinx-lint==0.9.1; python_version < "3.12"

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy