Linting tests

This commit is contained in:
erinhmclark
2025-03-12 14:27:45 +00:00
parent 79f576be1d
commit 753c3c6214
15 changed files with 40 additions and 42 deletions

View File

@@ -52,7 +52,7 @@ def generate_module_docs():
for type in manifest["type"]:
modules_by_type.setdefault(type, []).append(module)
description = "\n".join(l.lstrip() for l in manifest["description"].split("\n"))
description = "\n".join(line.lstrip() for line in manifest["description"].split("\n"))
types = ", ".join(type_color[t] for t in manifest["type"])
readme_str = f"""
# {manifest["name"]}