File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -117,6 +117,7 @@ def entire_domain(host):
117
117
"hatch" : ("https://hatch.pypa.io/latest/%s" , None ),
118
118
"httpx" : ("https://www.python-httpx.org/%s" , None ),
119
119
}
120
+ extlinks_detect_hardcoded_links = True
120
121
121
122
# -- sphinxcontrib-spelling --
122
123
Original file line number Diff line number Diff line change @@ -100,6 +100,8 @@ ignore = [
100
100
" D407" ,
101
101
# Plz spaces after section headers
102
102
" D412" ,
103
+ # We support 3.8 + 3.9
104
+ " UP007" ,
103
105
]
104
106
extend-exclude = [" suite" ]
105
107
@@ -110,7 +112,3 @@ docstring-quotes = "double"
110
112
"docs/*" = [" ANN" , " D" ]
111
113
"referencing/tests/*" = [" ANN" , " D" ]
112
114
"noxfile.py" = [" ANN" , " D" ]
113
-
114
- [tool .ruff .pyupgrade ]
115
- # We support 3.8 + 3.9
116
- keep-runtime-typing = true
You can’t perform that action at this time.
0 commit comments