We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d374e2f commit d67a035Copy full SHA for d67a035
tests/helpers.py
@@ -6,13 +6,13 @@
6
from contextlib import contextmanager
7
from typing import TYPE_CHECKING, Any, Iterator
8
9
-import pytest
10
from markdown.core import Markdown
11
from mkdocs.config.defaults import MkDocsConfig
12
13
if TYPE_CHECKING:
14
from pathlib import Path
15
+ import pytest
16
from mkdocstrings.plugin import MkdocstringsPlugin
17
18
from mkdocstrings_handlers.python.handler import PythonHandler
tests/test_end_to_end.py
@@ -17,7 +17,7 @@
from mkdocstrings.handlers.python import PythonHandler
19
20
-options = {
+options: dict[str, Any] = {
21
# General options.
22
"find_stubs_package": (True, False),
23
"allow_inspection": (True, False),
0 commit comments