We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 821820e commit f3f3b02Copy full SHA for f3f3b02
1 file changed
pyproject.toml
@@ -55,11 +55,11 @@ disallow_incomplete_defs = true
55
module = "sqlalchemy_utils.*"
56
ignore_missing_imports = true
57
58
+[tool.pytest.ini_options]
59
+norecursedirs = ["tests/examples"]
60
+
61
[tool.ruff]
62
line-length = 100
63
64
[tool.ruff.format]
65
quote-style = "preserve"
-
-[tool.pytest.ini_options]
-norecursedirs = ["tests/examples"]
0 commit comments