Skip to content

Commit 231e2ae

Browse files
committed
remove flake8 lint test
1 parent ce55187 commit 231e2ae

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ jobs:
3131
python -m pip install poetry flake8 pytest
3232
poetry install --no-root
3333
# if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
34-
- name: Lint with flake8
35-
run: |
36-
# stop the build if there are Python syntax errors or undefined names
37-
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
38-
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
39-
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
34+
# - name: Lint with flake8
35+
# run: |
36+
# # stop the build if there are Python syntax errors or undefined names
37+
# flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
38+
# # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
39+
# flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
4040
- name: Test with pytest
4141
run: |
4242
poetry run pytest

0 commit comments

Comments
 (0)