Draft: wip: add tooling needed for all repos
2 unresolved threads
2 unresolved threads
Compare changes
@@ -13,34 +13,43 @@ always check the READMEs if you're starting work on a product for the first time
GitLab has been upgraded. See what's new in the Changelog.
Update base tools needed for all repos
This should move up to required, given that TS is in our default stack.
You don't need it atm for non-front end repos though. And what version you'll need will depend on the repo and technically you can do docker based stuff without it.
I actually moved python up to required not because of python workload code, but because it's needed for pre-commit and poe. For python workload code I'd look in the repo for the specific and/or use the docker route
I could remove
python
tbh as it's just dependency forpipx
(andpre-commit
andpoe
)In an optional section for python we could include something like
pyenv
and alsonvm
for typescript?