Skip to content

Commit 2b58cdf

Browse files
committed
fix run
1 parent 6188e01 commit 2b58cdf

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
@@ -32,12 +32,6 @@ jobs:
3232
python3 -m venv "${POETRY_VENV}"
3333
$POETRY_VENV/bin/pip install -U pip setuptools
3434
$POETRY_VENV/bin/pip install "poetry==${POETRY_VERSION}"
35-
- name: Lint with flake8
36-
run: |
37-
# stop the build if there are Python syntax errors or undefined names
38-
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
39-
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
40-
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
4135
"PATH=${PATH}:${POETRY_VENV}/bin" >> $env:GITHUB_ENV
4236
poetry config virtualenvs.create false
4337
poetry install

0 commit comments

Comments
 (0)