Skip to content

Commit 1aaea6b

Browse files
committed
Bump Ruff to 0.8.4
1 parent 2e5e39e commit 1aaea6b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ docs = [
8181
"sphinxcontrib-websupport",
8282
]
8383
lint = [
84-
"ruff==0.8.3",
84+
"ruff==0.8.4",
8585
"mypy==1.13.0",
8686
"sphinx-lint>=0.9",
8787
"types-colorama==0.4.15.20240311",

sphinx/util/nodes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def get_full_module_name(node: Node) -> str:
110110

111111
def repr_domxml(node: Node, length: int = 80) -> str:
112112
"""
113-
return DOM XML representation of the specified node like:
113+
Return DOM XML representation of the specified node like:
114114
'<paragraph translatable="False"><inline classes="versionadded">Added in version...'
115115
116116
:param nodes.Node node: target node

0 commit comments

Comments
 (0)