[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.
[x] You have covered your code with unit and acceptance tests
[x] The feature you have implemented has no tag @wip any more
Changes
I am now splitting my changes that I pushed to https://github.com/shopozor/services/pull/154 as it seems I broke the yarn lock file mecanism there. So here I only have the backend part related to project information.
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 am now splitting my changes that I pushed to https://github.com/shopozor/services/pull/154 as it seems I broke the yarn lock file mecanism there. So here I only have the backend part related to project information.