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,8 +1,4 @@
py_binary(
name = "codegen",
srcs = glob(["**/*.py"]),
data = glob(["**/*.mustache"]) + [
"schema.yml",
"prefix.dbscheme",
],
)