update @ Sat 5 Nov 20:12:57 EET 2022

Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
Ari Archer 2022-11-05 20:12:57 +02:00
parent 3129959897
commit 98cdc29273
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: A50D5B4B599AF8A2
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
[tool.pyright]
pythonVersion = "3.10"
pythonVersion = "3.8"
exclude = [
"venv",
"**/node_modules",

View file

@ -326,7 +326,7 @@ class AddIDLinks(InlineProcessor):
"""Add support for <#ID> links"""
def handleMatch( # pyright: ignore
self, match: RegexMatch[str], *_
self, match: RegexMatch, *_ # pyright: ignore
) -> Tuple[etree.Element, Any, Any]:
link: etree.Element = etree.Element("a")