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.
2 parents 2cad13a + 4b450b5 commit cb7c4fcCopy full SHA for cb7c4fc
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