Housekeeping and polish based on test discoveries

This commit is contained in:
Cian Hughes
2023-11-03 16:52:12 +00:00
parent e279c23745
commit 2f452892b0
22 changed files with 163 additions and 185 deletions
+9 -1
View File
@@ -72,4 +72,12 @@ lines-after-imports = 2
[tool.ruff.format]
quote-style = "double"
indent-style = "space"
line-ending = "auto"
line-ending = "auto"
[tool.pytest.ini_options]
testpaths = [
"tests",
]
pythonpath = [
".venv/bin/python",
]