We use pre-commit to format generated code as part of code generation CI.
However, this is a bit awkward. We can't use pre-commit.ci to update these versions because it seems to break the state of the repo (see #850).
We should consider if we can use Python code formatting tools directly, possibly as part of the generated library.
We use pre-commit to format generated code as part of code generation CI.
However, this is a bit awkward. We can't use pre-commit.ci to update these versions because it seems to break the state of the repo (see #850).
We should consider if we can use Python code formatting tools directly, possibly as part of the generated library.