Skip to content

Commit 2643c16

Browse files
authored
Update python-app.yml
1 parent a74f706 commit 2643c16

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/python-app.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,6 @@ jobs:
2424
run: |
2525
python -m pip install --upgrade pip
2626
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
27-
- name: Lint with flake8
28-
run: |
29-
# stop the build if there are Python syntax errors or undefined names
30-
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
31-
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
32-
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
3327
- name: Test with pytest
3428
run: |
3529
./run_tests.sh

0 commit comments

Comments
 (0)