kraken.std.protobuf
kraken.std.protobuf
Lint and format Protobuf files with buf
. Requires that buf
is preinstalled.
BufFormatTask
Bases: Task
Format Protobuf files with buf
.
Source code in kraken/std/protobuf/__init__.py
BufLintTask
buf_format
buf_format(
*,
name: str = "buf.format",
project: Project | None = None
) -> BufFormatTask
Format Protobuf files with buf
.
buf_lint
buf_lint(
*,
name: str = "buf.lint",
project: Project | None = None
) -> BufLintTask
Lint Protobuf files with buf
.