We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e7bd37 commit 506af6cCopy full SHA for 506af6c
UnityPyTypetreeCodegen/__init__.py
@@ -1 +1 @@
1
-__version__ = (0, 0, 3)
+__version__ = (0, 0, 4)
UnityPyTypetreeCodegen/__main__.py
@@ -295,6 +295,7 @@ def emit_line(*lines: str):
295
296
namespace = namespace or "<default namespace>"
297
logger.info(f"Subpass 1: Generating class dependency graph for {namespace}")
298
+ emit_line("# fmt: off")
299
emit_line("# Auto-generated by https://github.com/mos9527/UnityPyTypetreeCodegen")
300
emit_line(f"# Python definition for {namespace}", "")
301
if import_root:
0 commit comments