Skip to content

Commit c2e0226

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

1 file changed

Lines changed: 17 additions & 17 deletions

File tree

pyproject.toml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -129,31 +129,20 @@ count = true
129129
[tool.pyproject-fmt]
130130
max_supported_python = "3.14"
131131

132-
[tool.pytest.ini_options]
133-
markers = [ "graalpy" ]
132+
[tool.pytest]
133+
ini_options.markers = [ "graalpy" ]
134134

135135
[tool.coverage]
136-
run.source = [
137-
"python_discovery",
138-
"tests",
139-
]
140-
run.dynamic_context = "test_function"
141136
run.branch = true
137+
run.dynamic_context = "test_function"
142138
run.parallel = true
143139
run.plugins = [
144140
"covdefaults",
145141
]
146-
report.fail_under = 100
147-
report.show_missing = true
148-
report.partial_branches = [
149-
"assert any\\(",
150-
]
151-
report.omit = [
152-
"src/python_discovery/_windows/*",
153-
"tests/windows/*",
142+
run.source = [
143+
"python_discovery",
144+
"tests",
154145
]
155-
html.show_contexts = true
156-
html.skip_covered = false
157146
paths.source = [
158147
"src",
159148
".tox*/*/lib/python*/site-packages",
@@ -162,6 +151,17 @@ paths.source = [
162151
"*/src",
163152
"*\\src",
164153
]
154+
report.fail_under = 100
155+
report.omit = [
156+
"src/python_discovery/_windows/*",
157+
"tests/windows/*",
158+
]
159+
report.partial_branches = [
160+
"assert any\\(",
161+
]
162+
report.show_missing = true
163+
html.show_contexts = true
164+
html.skip_covered = false
165165

166166
[tool.ty]
167167
src.exclude = [ "tests/windows/winreg_mock_values.py" ]

0 commit comments

Comments
 (0)