Skip to content

Commit e819c24

Browse files
authored
Merge branch 'main' into pre-commit-ci-update-config
2 parents 580e26e + 61116f6 commit e819c24

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ def entire_domain(host):
117117
"hatch": ("https://hatch.pypa.io/latest/%s", None),
118118
"httpx": ("https://www.python-httpx.org/%s", None),
119119
}
120+
extlinks_detect_hardcoded_links = True
120121

121122
# -- sphinxcontrib-spelling --
122123

pyproject.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@ ignore = [
100100
"D407",
101101
# Plz spaces after section headers
102102
"D412",
103+
# We support 3.8 + 3.9
104+
"UP007",
103105
]
104106
extend-exclude = ["suite"]
105107

@@ -110,7 +112,3 @@ docstring-quotes = "double"
110112
"docs/*" = ["ANN", "D"]
111113
"referencing/tests/*" = ["ANN", "D"]
112114
"noxfile.py" = ["ANN", "D"]
113-
114-
[tool.ruff.pyupgrade]
115-
# We support 3.8 + 3.9
116-
keep-runtime-typing = true

0 commit comments

Comments
 (0)