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