Skip to content

Commit 80444d5

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent e68220d commit 80444d5

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

pyproject.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -101,14 +101,6 @@ addopts = """\
101101
"""
102102
xfail_strict = true
103103

104-
[tool.coverage.run]
105-
branch = true
106-
parallel = true
107-
source = [
108-
"pytest_randomly",
109-
"tests",
110-
]
111-
112104
[tool.coverage.paths]
113105
source = [
114106
"src",
@@ -118,6 +110,14 @@ source = [
118110
[tool.coverage.report]
119111
show_missing = true
120112

113+
[tool.coverage.run]
114+
branch = true
115+
parallel = true
116+
source = [
117+
"pytest_randomly",
118+
"tests",
119+
]
120+
121121
[tool.mypy]
122122
enable_error_code = [
123123
"ignore-without-code",

0 commit comments

Comments
 (0)