Skip to content

Commit 94d3785

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,11 @@ lint.extend-ignore = [
9999
"E501",
100100
]
101101

102-
[tool.pytest]
103-
ini_options.testpaths = [ "tests" ]
104-
105102
[tool.mypy]
106103
exclude = [
107104
"docs",
108105
]
109106
warn_no_return = false
107+
108+
[tool.pytest]
109+
ini_options.testpaths = [ "tests" ]

0 commit comments

Comments
 (0)