🔥 Remove isort configuration, since we use Ruff now (#1144)

Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
This commit is contained in:
Patrick Arminio
2024-04-05 21:59:40 +02:00
committed by GitHub
parent 1538530349
commit e9b2f9f480
8 changed files with 23 additions and 26 deletions

View File

@@ -4,5 +4,5 @@ set -e
set -x
mypy app
ruff app
ruff check app
ruff format app --check