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 b315c52 + becbb7f commit 8f70b7bCopy full SHA for 8f70b7b
conftest.py
@@ -1,3 +1,5 @@
1
+"""Setup for Sybil."""
2
+
3
from doctest import ELLIPSIS
4
5
from sybil import Sybil
lint.mk
@@ -56,4 +56,4 @@ linkcheck:
56
57
.PHONY: spelling
58
spelling:
59
- $(MAKE) -C docs/ spelling SPHINXOPTS=$(SPHINXOPTS)
+ $(MAKE) -C docs/ spelling SPHINXOPTS=$(SPHINXOPTS)
pyproject.toml
@@ -144,8 +144,10 @@ strict = true
144
[[tool.mypy.overrides]]
145
146
module = [
147
- "func_timeout",
148
- "func_timeout.exceptions"
+ "func_timeout",
+ "func_timeout.exceptions",
149
+ "sybil",
150
+ "sybil.parsers.rest",
151
]
152
153
ignore_missing_imports = true
tests/test_meta.py
0 commit comments