From 80eb0ab84ac45bf205e6f9a1a46bfd02d87d9585 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Voron?= Date: Tue, 18 Oct 2022 08:37:35 +0200 Subject: [PATCH] Fix lint-check command --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fa23f188..bfc034e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"