Files
codeql/swift/codegen/BUILD.bazel
Paolo Tranquilli 64496b4c97 Swift: cleanup and some docstrings for codegen
Also added code generation and clang formatting to the pre-commit
configuration.
2022-04-14 11:27:41 +02:00

5 lines
65 B
Python

py_binary(
name = "codegen",
srcs = glob(["**/*.py"]),
)