Skip to content

Commit b806d75

Browse files
authored
Update standards (#43)
Updates the standards to reflect the fact that we replaced `black` with `ruff format`. Signed-off-by: Rémy Greinhofer <[email protected]>
1 parent a3a302b commit b806d75

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

content/guidelines.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ export POETRY_PROJECT=my-project
142142
poetry new ${POETRY_PROJECT}
143143
cd ${POETRY_PROJECT}
144144
poetry add -G dev \
145-
black \
146145
bpython \
147146
furo\
148147
isort \
@@ -174,9 +173,8 @@ poetry add -G dev \
174173

175174
#### Linting
176175

177-
- [black]: the uncompromising Python code formatter
178176
- [isort]: sorts your imports
179-
- [ruff]: an extremely fast Python linter, written in Rust
177+
- [ruff]: an extremely fast Python linter and formatter , written in Rust
180178

181179
#### Docs
182180

@@ -332,7 +330,6 @@ Here are the components collection that have been selected by the team:
332330
[alive-progress]: https://github.com/rsalmei/alive-progress
333331
[axum]: https://github.com/tokio-rs/axum
334332
[aiohttp]: https://docs.aiohttp.org/en/stable/
335-
[black]: https://github.com/psf/black
336333
[clap]: https://clap.rs/
337334
[color-eyre]: https://github.com/yaahc/color-eyre
338335
[furo]: https://pradyunsg.me/furo/

0 commit comments

Comments
 (0)