Skip to content

Commit 3dcce8b

Browse files
committed
build: remove linter from yml file
1 parent 951740c commit 3dcce8b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/python-package.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,6 @@ jobs:
3333
- name: Install dependencies
3434
run: |
3535
poetry install
36-
- name: Lint with flake8
37-
run: |
38-
# stop the build if there are Python syntax errors or undefined names
39-
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
40-
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
41-
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
4236
- name: Test with pytest
4337
run: |
4438
pytest

0 commit comments

Comments
 (0)