chore: Add fmt in justfile; Update doc

This commit is contained in:
Baptiste Roux
2023-02-01 03:50:54 +01:00
parent 21be3e40dd
commit 8cbdd9f408
3 changed files with 5 additions and 3 deletions

View File

@@ -34,8 +34,8 @@ You will need the following tools:
[here](https://github.com/casey/just#installation) for installation
instructions (it's most likely just a simple `cargo install just`).
* Docker & docker-compose for the e2e tests
* `black` and `shfmt` for formatting.
* `shellcheck` for shell script linting
* `isort`, `black` and `shfmt` for formatting.
* `ruff` and `shellcheck` for linting.
* `mdbook` for the documentation
Here are the tools: