Skip to content

Commit 8f70b7b

Browse files
committed
Merge remote-tracking branch 'origin/master' into sybil
2 parents b315c52 + becbb7f commit 8f70b7b

File tree

4 files changed

+7
-25
lines changed

4 files changed

+7
-25
lines changed

conftest.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
"""Setup for Sybil."""
2+
13
from doctest import ELLIPSIS
24

35
from sybil import Sybil

lint.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ linkcheck:
5656

5757
.PHONY: spelling
5858
spelling:
59-
$(MAKE) -C docs/ spelling SPHINXOPTS=$(SPHINXOPTS)
59+
$(MAKE) -C docs/ spelling SPHINXOPTS=$(SPHINXOPTS)

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,10 @@ strict = true
144144
[[tool.mypy.overrides]]
145145

146146
module = [
147-
"func_timeout",
148-
"func_timeout.exceptions"
147+
"func_timeout",
148+
"func_timeout.exceptions",
149+
"sybil",
150+
"sybil.parsers.rest",
149151
]
150152

151153
ignore_missing_imports = true

tests/test_meta.py

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)