Skip to content
Snippets Groups Projects
Commit b03c8c2f authored by Manon Blanco's avatar Manon Blanco Committed by Yoann Schneider
Browse files

Apply 2 suggestion(s) to 1 file(s)

parent a372422d
No related branches found
No related tags found
No related merge requests found
Pipeline #150401 canceled
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment