mirror of
https://git.ari.lt/ari.lt/blog.ari.lt.git
synced 2025-02-04 09:39:25 +01:00
update @ Sat 5 Nov 20:12:57 EET 2022
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
parent
3129959897
commit
98cdc29273
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
[tool.pyright]
|
[tool.pyright]
|
||||||
pythonVersion = "3.10"
|
pythonVersion = "3.8"
|
||||||
exclude = [
|
exclude = [
|
||||||
"venv",
|
"venv",
|
||||||
"**/node_modules",
|
"**/node_modules",
|
||||||
|
|
|
@ -326,7 +326,7 @@ class AddIDLinks(InlineProcessor):
|
||||||
"""Add support for <#ID> links"""
|
"""Add support for <#ID> links"""
|
||||||
|
|
||||||
def handleMatch( # pyright: ignore
|
def handleMatch( # pyright: ignore
|
||||||
self, match: RegexMatch[str], *_
|
self, match: RegexMatch, *_ # pyright: ignore
|
||||||
) -> Tuple[etree.Element, Any, Any]:
|
) -> Tuple[etree.Element, Any, Any]:
|
||||||
link: etree.Element = etree.Element("a")
|
link: etree.Element = etree.Element("a")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue