DR preparation: python config #2500
AlexanderLanin
started this conversation in
Infrastructure Community
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently we are defining a repo-local
pyproject.tomlwhich extendsbazel-bin/tools/ide_support.runfiles/_main/external/score_python_basics~/pyproject.tomlThat setup is extremely annoying and fragile (details to be documented?!).
But it does allow a centrally managed pyproject.toml.
Alternatively we create a "blueprint" file, and sync it to all repos "automatically".
This will need a proof of concept implementation, to see how it could work.
Maybe in cicd-workflows as that seems like a central place.
Update: we actually need that solution for non bazel repos anyway. So we can look at bazel repos afterwards.
Beta Was this translation helpful? Give feedback.
All reactions