Skip to content

Commit 51b0f01

Browse files
committed
ci.yml ignore set e501 and w292
1 parent 0a9ea24 commit 51b0f01

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,10 @@ jobs:
2323
run: |
2424
python -m pip install --upgrade pip
2525
pip install -r requirements.txt
26+
pip install flake8
2627
2728
- name: lint with flake8
28-
run: |
29-
pip install flake8
30-
flake8 --ignore E501.
29+
run: flake8 --ignore=E501,W292
3130

3231
- name: run tests
3332
run: |

0 commit comments

Comments
 (0)