From de13bbfa42204b97abf0bf3ec96ab6d4013790fd Mon Sep 17 00:00:00 2001 From: "repo-helper[bot]" <74742576+repo-helper[bot]@users.noreply.github.com> Date: Tue, 26 Jan 2021 23:10:23 +0000 Subject: [PATCH] Updated files with 'repo_helper'. --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index f4e4980..44232d4 100644 --- a/tox.ini +++ b/tox.ini @@ -154,6 +154,7 @@ count = True plugins = coverage_pyver_pragma [coverage:report] +fail_under = 80 exclude_lines = raise AssertionError raise NotImplementedError @@ -162,7 +163,7 @@ exclude_lines = if TYPE_CHECKING: if typing.TYPE_CHECKING: if __name__ == .__main__.: - :[\n\s]*\.\.\. + :[\n\s]*\.\.\.$ [check-wheel-contents] ignore = W002