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 14
14
runs-on : ubuntu-latest
15
15
steps :
16
16
- uses : actions/checkout@v2
17
- - name : Set up node
18
- uses : actions/setup-node@v1
17
+ - uses : actions/setup-python@v5
19
18
with :
20
- node -version : ' 12 '
19
+ python -version : ' 3.7 '
21
20
- name : Create virtual environment and install dependencies
22
21
run : |
23
22
python3 -m venv venv
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ format:
10
10
black .
11
11
12
12
check-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
14
14
15
15
set-up-hooks :
16
16
cp hooks/pre-commit.sh .git/hooks/pre-commit
Original file line number Diff line number Diff line change 1
1
aiosmtplib>=1.1.6,<4.0.0
2
2
anyio==3.5.0
3
3
asgiref==3.5.2
4
+ astroid==2.9.3
4
5
attrs==21.4.0
5
6
black==22.3.0
6
7
certifi==2021.10.8
@@ -50,7 +51,7 @@ pycparser==2.21
50
51
pycryptodome==3.10.4
51
52
pydantic==1.9.0
52
53
PyJWT==2.6.0
53
- pylint==3.3.1
54
+ pylint==2.12.2
54
55
pyparsing==3.0.7
55
56
pyright==1.1.236
56
57
pyrsistent==0.18.1
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments