File tree 3 files changed +10
-2
lines changed
3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -21,12 +21,12 @@ jobs:
21
21
pip install --no-cache-dir -r requirements/requirements.txt
22
22
pip install --no-cache-dir -r requirements/requirements-extra.txt
23
23
pip install --no-cache-dir -r requirements/requirements-dev.txt
24
+ pip install --no-cache-dir -r requirements/requirements-types.txt
24
25
- name : black linter
25
26
run : |
26
27
black . --check
27
28
- name : mypy checker
28
29
run : |
29
- mypy --install-types
30
30
mypy tensorcircuit
31
31
- name : pylint checker
32
32
run : |
Original file line number Diff line number Diff line change @@ -25,13 +25,13 @@ jobs:
25
25
pip install --no-cache-dir -r requirements/requirements.txt
26
26
pip install --no-cache-dir -r requirements/requirements-extra.txt
27
27
pip install --no-cache-dir -r requirements/requirements-dev.txt
28
+ pip install --no-cache-dir -r requirements/requirements-types.txt
28
29
pip install requests
29
30
- name : black linter
30
31
run : |
31
32
black . --check
32
33
- name : mypy checker
33
34
run : |
34
- mypy --install-types
35
35
mypy tensorcircuit
36
36
- name : pylint checker
37
37
run : |
Original file line number Diff line number Diff line change
1
+ types-urllib3
2
+ types-typed-ast
3
+ types-toml
4
+ types-setuptools
5
+ types-requests
6
+ types-pytz
7
+ types-protobuf
8
+ types-docutils
You can’t perform that action at this time.
0 commit comments