Skip to content

Commit b72f573

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

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -186,12 +186,6 @@ lint.isort.required-imports = [
186186
[tool.pyproject-fmt]
187187
max_supported_python = "3.14"
188188

189-
[tool.pytest]
190-
addopts = [ "-ra", "--color=auto" ]
191-
testpaths = [
192-
"Tests",
193-
]
194-
195189
[tool.mypy]
196190
python_version = "3.10"
197191
pretty = true
@@ -203,3 +197,9 @@ follow_imports = "silent"
203197
warn_redundant_casts = true
204198
warn_unreachable = true
205199
warn_unused_ignores = true
200+
201+
[tool.pytest]
202+
addopts = [ "-ra", "--color=auto" ]
203+
testpaths = [
204+
"Tests",
205+
]

0 commit comments

Comments
 (0)