Enable Ruff flake8-todos (TD) (#13748)

This commit is contained in:
Avasam
2025-04-03 01:43:54 -04:00
committed by GitHub
parent bd0f64a3cc
commit 4b253d2932
14 changed files with 20 additions and 14 deletions
+1 -1
View File
@@ -366,7 +366,7 @@ _E = TypeVar("_E", default=Element)
class XMLParser(Generic[_E]):
parser: XMLParserType
target: _Target
# TODO-what is entity used for???
# TODO: what is entity used for???
entity: dict[str, str]
version: str
def __init__(self, *, target: _Target | None = None, encoding: str | None = None) -> None: ...