Skip to content

Commit d08d8c8

Browse files
mypy: docs/source/conf.my: Fix mypy warnings
Signed-off-by: Bernhard Kaindl <[email protected]>
1 parent c2932d5 commit d08d8c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848

4949
myst_heading_anchors = 2
5050
templates_path = ["_templates"]
51-
exclude_patterns = []
51+
exclude_patterns: list[str] = []
5252

5353

5454
# -- Options for HTML output -------------------------------------------------

0 commit comments

Comments
 (0)