Compare changes
+ 59
− 12
@@ -63,18 +72,6 @@ set -xg GITLAB_PRIVATE_TOKEN ""
@@ -63,18 +72,6 @@ set -xg GITLAB_PRIVATE_TOKEN ""
With `pre-commit`, Black is called on staged files, so the commit should fail in case black would make changes.
@@ -102,6 +99,38 @@ duniterpy> poetry run pytest tests/helpers/test_ws2p.py::test_generate_ws2p_endp
@@ -102,6 +99,38 @@ duniterpy> poetry run pytest tests/helpers/test_ws2p.py::test_generate_ws2p_endp
Follow [this documentation](https://github.com/Lucas-C/pre-commit-hooks#removing-old-license-and-replacing-it-with-a-new-one)
@@ -118,3 +147,21 @@ To handle a release, you have to follow this workflow:
@@ -118,3 +147,21 @@ To handle a release, you have to follow this workflow:
- To release to PyPI, the pipeline based on the tag should be used by triggerring the manual job on the `main` branch