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.
1 parent 95f0b03 commit a3d31abCopy full SHA for a3d31ab
.isort.cfg
@@ -54,6 +54,7 @@ known_third_party =
54
sdjson
55
shippinglabel
56
southwark
57
+ toml
58
tomlkit
59
tox
60
tox_battery
tox.ini
@@ -119,6 +119,7 @@ commands =
119
plugins = coverage_pyver_pragma
120
121
[coverage:report]
122
+fail_under = 80
123
exclude_lines =
124
raise AssertionError
125
raise NotImplementedError
@@ -127,7 +128,7 @@ exclude_lines =
127
128
if TYPE_CHECKING:
129
if typing.TYPE_CHECKING:
130
if __name__ == .__main__.:
- :[\n\s]*\.\.\.
131
+ :[\n\s]*\.\.\.$
132
omit = **/*._py
133
134
[check-wheel-contents]
0 commit comments