feat: Add setup_commands to repo_config
#2484
Annotations
3 errors
|
mypy:
src/codegen/git/schemas/repo_config.py#L37
error: Value of type variable "AnyOrLiteralStr" of "dirname" cannot be "str | None" [type-var]
|
|
mypy:
src/codegen/git/schemas/repo_config.py#L38
error: Item "None" of "str | None" has no attribute "upper" [union-attr]
|
|
mypy
Process completed with exit code 1.
|