Skip to content

Commit c9d2bde

Browse files
committed
squash! Install all cirq dependencies for pylint check
1 parent 81e2411 commit c9d2bde

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
python-version: '3.8'
9191
architecture: 'x64'
9292
- name: Install pylint
93-
run: pip install -r dev_tools/requirements/deps/pylint.txt
93+
run: pip install -r dev_tools/requirements/pylint.env.txt
9494
- name: Display version
9595
run: check/pylint --version
9696
- name: Lint
-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
11
# for linting
22
pylint~=2.13.0
3-
4-
# let pylint to check for too-many-function-args
5-
-r deps/cirq-all.txt

dev_tools/requirements/pylint.env.txt

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# let pylint check arguments in dependency function calls
2+
-r deps/cirq-all.txt
3+
4+
-r deps/pylint.txt

0 commit comments

Comments
 (0)