Skip to content

Commit 6b87e77

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 5fc855e commit 6b87e77

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -111,18 +111,18 @@ count = true
111111
max_supported_python = "3.14"
112112

113113
[tool.coverage]
114-
html.show_contexts = true
115-
html.skip_covered = false
116-
paths.source = [
117-
"src",
118-
"**/site-packages",
119-
]
120-
report.fail_under = 76
121114
run.parallel = true
122115
run.plugins = [
123116
"covdefaults",
124117
]
125118
run.relative_files = true
119+
paths.source = [
120+
"src",
121+
"**/site-packages",
122+
]
123+
report.fail_under = 76
124+
html.show_contexts = true
125+
html.skip_covered = false
126126

127127
[tool.mypy]
128128
python_version = "3.12"

0 commit comments

Comments
 (0)