Skip to content

Commit 90d68f0

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

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -169,14 +169,14 @@ skip = """\
169169
python_version = "3.14"
170170

171171
[tool.pytest]
172-
ini_options.markers = [
173-
"mat_ops: mark a test as utilizing matrix operations.",
174-
]
175172
ini_options.addopts = [
176173
"--durations=10",
177174
"--doctest-modules",
178175
"--showlocals",
179176
]
177+
ini_options.markers = [
178+
"mat_ops: mark a test as utilizing matrix operations.",
179+
]
180180

181181
[tool.coverage]
182182
report.omit = [

0 commit comments

Comments
 (0)