Skip to content

Commit f3f3b02

Browse files
committed
Fix ordering of tool config in pyproject.toml
1 parent 821820e commit f3f3b02

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
@@ -55,11 +55,11 @@ disallow_incomplete_defs = true
5555
module = "sqlalchemy_utils.*"
5656
ignore_missing_imports = true
5757

58+
[tool.pytest.ini_options]
59+
norecursedirs = ["tests/examples"]
60+
5861
[tool.ruff]
5962
line-length = 100
6063

6164
[tool.ruff.format]
6265
quote-style = "preserve"
63-
64-
[tool.pytest.ini_options]
65-
norecursedirs = ["tests/examples"]

0 commit comments

Comments
 (0)