Support clean home path, supplementing 'index.html' if needed

This commit is contained in:
2025-03-19 14:06:28 +01:00
parent 536b98ab33
commit b7a6199a17
2 changed files with 6 additions and 8 deletions

View File

@@ -50,7 +50,7 @@ select = [
"__init__.py" = ["F401"]
[tool.ruff.lint.mccabe]
max-complexity = 10
max-complexity = 12
[tool.ruff.lint.pycodestyle]
max-doc-length = 180