Swift: cleanup and some docstrings for codegen

Also added code generation and clang formatting to the pre-commit
configuration.
This commit is contained in:
Paolo Tranquilli
2022-04-14 11:15:19 +02:00
parent 91fd83a554
commit 64496b4c97
12 changed files with 186 additions and 92 deletions

View File

@@ -1,4 +1,5 @@
#!/usr/bin/env python3
""" Driver script to run all checked in code generation """
from lib import generator
import dbschemegen