Skip to content

Commit 53b8a3e

Browse files
mypy: docs/source/conf.my: Fix mypy warnings
Signed-off-by: Bernhard Kaindl <bernhard.kaindl@cloud.com>
1 parent d873c17 commit 53b8a3e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)