From 009cc3d5eb8671943c40308569bceb4ebce0ff65 Mon Sep 17 00:00:00 2001 From: Adrien Beaudouin Date: Sat, 28 Oct 2023 14:48:35 +0200 Subject: [PATCH] use ruff --- content/data/works/fastapi.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/content/data/works/fastapi.md b/content/data/works/fastapi.md index 4f2b939..84a1fa5 100644 --- a/content/data/works/fastapi.md +++ b/content/data/works/fastapi.md @@ -8,7 +8,6 @@ Main packages involved : * [SQLAlchemy 2](https://www.sqlalchemy.org/) with [Alembic](https://alembic.sqlalchemy.org/en/latest/) for schema migration * [python-jose](https://github.com/mpdavis/python-jose) as JWT implementation * [Faker](https://faker.readthedocs.io/en/master/) as dummy data generator -* [autoflake](https://pypi.org/project/autoflake/) and [isort](https://pycqa.github.io/isort/) for clean imports -* [Flake8](https://flake8.pycqa.org/en/latest/) and [Black](https://black.readthedocs.io/en/stable/) as respective code linter and powerful code formatter +* [Ruff](https://docs.astral.sh/ruff/) as extremely fast linter and code formatter written in rust, a perfect drop-in replacement for flake8, isort and black * [mypy](http://mypy-lang.org/) as advanced static analyzer * [pytest](https://docs.pytest.org) as main test framework