File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -142,7 +142,6 @@ export POETRY_PROJECT=my-project
142142poetry new ${POETRY_PROJECT}
143143cd ${POETRY_PROJECT}
144144poetry 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/
You can’t perform that action at this time.
0 commit comments