Skip to content

Commit a3d31ab

Browse files
Updated files with 'repo_helper'. (#36)
Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com>
1 parent 95f0b03 commit a3d31ab

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.isort.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ known_third_party =
5454
sdjson
5555
shippinglabel
5656
southwark
57+
toml
5758
tomlkit
5859
tox
5960
tox_battery

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ commands =
119119
plugins = coverage_pyver_pragma
120120

121121
[coverage:report]
122+
fail_under = 80
122123
exclude_lines =
123124
raise AssertionError
124125
raise NotImplementedError
@@ -127,7 +128,7 @@ exclude_lines =
127128
if TYPE_CHECKING:
128129
if typing.TYPE_CHECKING:
129130
if __name__ == .__main__.:
130-
:[\n\s]*\.\.\.
131+
:[\n\s]*\.\.\.$
131132
omit = **/*._py
132133

133134
[check-wheel-contents]

0 commit comments

Comments
 (0)