File tree Expand file tree Collapse file tree 4 files changed +5
-12
lines changed Expand file tree Collapse file tree 4 files changed +5
-12
lines changed Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 steps :
1616 - uses : actions/checkout@v2
17- - name : Set up node
18- uses : actions/setup-node@v1
17+ - uses : actions/setup-python@v5
1918 with :
20- node -version : ' 12 '
19+ python -version : ' 3.7 '
2120 - name : Create virtual environment and install dependencies
2221 run : |
2322 python3 -m venv venv
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ format:
1010 black .
1111
1212check-lint :
13- pyright supertokens_python tests examples && pylint --disable=too-many-positional-arguments --load-plugins=pylint.extensions.no_self_use supertokens_python tests examples
13+ pyright supertokens_python tests examples && pylint supertokens_python tests examples
1414
1515set-up-hooks :
1616 cp hooks/pre-commit.sh .git/hooks/pre-commit
Original file line number Diff line number Diff line change 11aiosmtplib>=1.1.6,<4.0.0
22anyio==3.5.0
33asgiref==3.5.2
4+ astroid==2.9.3
45attrs==21.4.0
56black==22.3.0
67certifi==2021.10.8
@@ -50,7 +51,7 @@ pycparser==2.21
5051pycryptodome==3.10.4
5152pydantic==1.9.0
5253PyJWT==2.6.0
53- pylint==3.3.1
54+ pylint==2.12.2
5455pyparsing==3.0.7
5556pyright==1.1.236
5657pyrsistent==0.18.1
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments