Skip to content

Commit cd47dfb

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

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
@@ -60,8 +60,8 @@ lint.extend-select = [
6060
lint.isort.force-single-line = true
6161
lint.isort.known-first-party = [ "iniconfig" ]
6262

63-
[tool.pytest]
64-
ini_options.testpaths = "testing"
65-
6663
[tool.mypy]
6764
strict = true
65+
66+
[tool.pytest]
67+
ini_options.testpaths = "testing"

0 commit comments

Comments
 (0)