mirror of
https://github.com/fastapi-users/fastapi-users.git
synced 2025-10-31 01:17:12 +08:00
Fix lint-check command
This commit is contained in:
@ -90,7 +90,7 @@ lint-check = [
|
||||
"isort --check-only ./docs/src -o fastapi_users",
|
||||
"isort --check-only ./examples -o fastapi_users -p app",
|
||||
"black --check .",
|
||||
"mypy fief_client/",
|
||||
"mypy fastapi_users/",
|
||||
]
|
||||
docs = "mkdocs serve"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user