We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a9ea24 commit 51b0f01Copy full SHA for 51b0f01
.github/workflows/ci.yml
@@ -23,11 +23,10 @@ jobs:
23
run: |
24
python -m pip install --upgrade pip
25
pip install -r requirements.txt
26
+ pip install flake8
27
28
- name: lint with flake8
- run: |
29
- pip install flake8
30
- flake8 --ignore E501.
+ run: flake8 --ignore=E501,W292
31
32
- name: run tests
33
0 commit comments