We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c804cbe commit bb25e73Copy full SHA for bb25e73
1 file changed
.github/workflows/ci.yml
@@ -27,12 +27,6 @@ jobs:
27
run: |
28
python -m pip install --upgrade pip pipenv
29
pipenv install --dev
30
- - name: Lint with flake8
31
- run: |
32
- # stop the build if there are Python syntax errors or undefined names
33
- flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
34
- # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
35
- flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
36
- name: Test with pytest
37
run: pytest
38
env:
0 commit comments