Fix lint-check command

This commit is contained in:
François Voron
2022-10-18 08:37:35 +02:00
parent c9186b5382
commit 80eb0ab84a

View File

@ -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"