@@ -34,7 +34,7 @@ Released on **22 Dec 2023** • View on [Gitlab](https://gitlab.teklia.com/wo
- When the provided `slug` had more than one word, it was invalid for either:
- the package name, because the user used `_` as word delimiter,
- the module directory's name, because the user used`-` as word delimiter.
- the module directory's name, because the user used`-` as word delimiter.
The package name and the module directory's name are now both computed from the slug, making sure that:
...
...
@@ -51,6 +51,7 @@ Released on **22 Dec 2023** • View on [Gitlab](https://gitlab.teklia.com/wo
- Some sections in the documentation were renamed to improve readability.
### Misc
- While we removed the `black` formatter from our CI workflow, we replaced it by [Ruff's](https://docs.astral.sh/ruff/formatter/) which respects most of its rules.
- Many linting rules supported by the [Ruff](https://docs.astral.sh/ruff/rules/) formatter were added to improve the style of the codebase: