🔥 Remove isort configuration, since we use Ruff now (#1144)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
This commit is contained in:
co-authored by
Sebastián Ramírez
parent
1538530349
commit
e9b2f9f480
@@ -1,6 +1,5 @@
|
||||
#!/bin/sh -e
|
||||
set -x
|
||||
|
||||
autoflake --remove-all-unused-imports --recursive --remove-unused-variables --in-place app --exclude=__init__.py
|
||||
black app
|
||||
isort --recursive --apply app
|
||||
ruff check app scripts --fix
|
||||
ruff format app scripts
|
||||
|
||||
Reference in New Issue
Block a user