From 9d1c46ab18a2de521941147136196cd34878b8a2 Mon Sep 17 00:00:00 2001 From: Manon Blanco <blanco@teklia.com> Date: Wed, 3 Jan 2024 13:13:04 +0000 Subject: [PATCH] Apply 2 suggestion(s) to 1 file(s) --- docs/releases.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/releases.md b/docs/releases.md index 666f0805..35e537fa 100644 --- a/docs/releases.md +++ b/docs/releases.md @@ -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: -- GitLab