From 80fa64cd84ed4f138adc397d6f46a9735883eef8 Mon Sep 17 00:00:00 2001 From: KShivendu Date: Wed, 19 Jul 2023 17:43:28 +0530 Subject: [PATCH] fix: Add multitenancy features to emailpassword recipe --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fc271666b..f2a3a1f28 100644 --- a/Makefile +++ b/Makefile @@ -12,6 +12,9 @@ format: check-lint: pyright supertokens_python tests examples && pylint supertokens_python tests examples +check-lint-no-tests: + pyright supertokens_python examples && pylint supertokens_python examples + set-up-hooks: cp hooks/pre-commit.sh .git/hooks/pre-commit chmod +x .git/hooks/pre-commit @@ -38,4 +41,4 @@ with-flask: pip3 install -e .[flask] build-docs: - rm -rf html && pdoc --html supertokens_python --template-dir docs-templates \ No newline at end of file + rm -rf html && pdoc --html supertokens_python --template-dir docs-templates