Skip to content

Commit 4849d96

Browse files
committed
Update ignore rule
There is a new, more specific rule, that we want to ignore instead of the more general "misc". Signed-off-by: Leandro Lucarella <luca-frequenz@llucax.com>
1 parent 02a65a3 commit 4849d96

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/_scripts/macros.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def _get_docstring(symbol: str) -> str:
3535
return docstring.value
3636

3737
# The decorator makes the function untyped
38-
@env.macro # type: ignore[misc]
38+
@env.macro # type: ignore[untyped-decorator]
3939
def docstring_summary(symbol: str) -> str:
4040
"""Get the summary of a Python symbol.
4141

0 commit comments

Comments
 (0)