We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc3c493 commit 80fa64cCopy full SHA for 80fa64c
Makefile
@@ -12,6 +12,9 @@ format:
12
check-lint:
13
pyright supertokens_python tests examples && pylint supertokens_python tests examples
14
15
+check-lint-no-tests:
16
+ pyright supertokens_python examples && pylint supertokens_python examples
17
+
18
set-up-hooks:
19
cp hooks/pre-commit.sh .git/hooks/pre-commit
20
chmod +x .git/hooks/pre-commit
@@ -38,4 +41,4 @@ with-flask:
38
41
pip3 install -e .[flask]
39
42
40
43
build-docs:
- rm -rf html && pdoc --html supertokens_python --template-dir docs-templates
44
+ rm -rf html && pdoc --html supertokens_python --template-dir docs-templates
0 commit comments