[x] You have configured the triggering of the pre-commit hook on your local repository's clone. You need to have installed the python module pre-commit (listed in the required dev modules) and run the command pre-commit install in the repository's root folder.
[ ] You have covered your code with unit and acceptance tests
[ ] The feature you have implemented has no tag @wip any more
Changes
I've introduced devspace configuration and setup. In so doing, I've simplified a lot of the setup of the tools that are needed to develop locally. Also, I am able to setup staging and production environments more easily (in a way that is more DRY).
Recap of our workflow
Prerequisites
pre-commit
(listed in the required dev modules) and run the commandpre-commit install
in the repository's root folder.@wip
any moreChanges
I've introduced devspace configuration and setup. In so doing, I've simplified a lot of the setup of the tools that are needed to develop locally. Also, I am able to setup staging and production environments more easily (in a way that is more DRY).
How to use the feature