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 2cad13a commit 4b450b5Copy full SHA for 4b450b5
conftest.py
@@ -2,14 +2,14 @@
2
3
from doctest import ELLIPSIS
4
5
-from sybil import Sybil # pyright: ignore[reportMissingTypeStubs]
6
-from sybil.parsers.rest import ( # pyright: ignore[reportMissingTypeStubs]
+from sybil import Sybil
+from sybil.parsers.rest import (
7
ClearNamespaceParser,
8
DocTestParser,
9
PythonCodeBlockParser,
10
)
11
12
-pytest_collect_file = Sybil( # pyright: ignore[reportUnknownVariableType]
+pytest_collect_file = Sybil(
13
parsers=[
14
ClearNamespaceParser(),
15
DocTestParser(optionflags=ELLIPSIS),
0 commit comments