Skip to content

Commit de88002

Browse files
authored
Drop lint parentheses search in old Python versions
1 parent 68de5ca commit de88002

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)