Skip to content

Commit bb25e73

Browse files
author
Kenneth Reitz
committed
remove linting step
1 parent c804cbe commit bb25e73

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,6 @@ jobs:
2727
run: |
2828
python -m pip install --upgrade pip pipenv
2929
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
3630
- name: Test with pytest
3731
run: pytest
3832
env:

0 commit comments

Comments
 (0)