From d81098db5c577fce87a4dac3e3aab4a80aaa7131 Mon Sep 17 00:00:00 2001 From: Nikita Biryukov Date: Sun, 8 Oct 2023 07:42:56 +0300 Subject: [PATCH] Fix the 24th line of contents * Update README.md fix the reference to 24th paragraph (linters) * Update README.md Fix the headline (24th) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 666bcb6..340ac5c 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Some of them are worth sharing. 21. [Raise a ValueError in custom pydantic validators, if schema directly faces the client.](https://github.com/zhanymkanov/fastapi-best-practices#21-raise-a-valueerror-in-custom-pydantic-validators-if-schema-directly-faces-the-client) 22. [FastAPI converts Pydantic objects to dict, then to Pydantic object, then to JSON](https://github.com/zhanymkanov/fastapi-best-practices#22-fastapi-converts-pydantic-objects-to-dict-then-to-pydantic-object-then-to-json) 23. [If you must use sync SDK, then run it in a thread pool.](https://github.com/zhanymkanov/fastapi-best-practices#23-if-you-must-use-sync-sdk-then-run-it-in-a-thread-pool) -24. [Use linters (black, isort, autoflake).](https://github.com/zhanymkanov/fastapi-best-practices#24-use-linters-black-isort-autoflake) +24. [Use linters (black, ruff).](https://github.com/zhanymkanov/fastapi-best-practices#24-use-linters-black-ruff) 25. [Bonus Section.](https://github.com/zhanymkanov/fastapi-best-practices#bonus-section)

Project sample built with these best-practices in mind.