Skip to content

Commit bd6c188

Browse files
committed
update(ci): remove flake8 run in GH Actions since it's already un on pre-commit.ci
1 parent c88ab5f commit bd6c188

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/lint-and-tests.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,6 @@ jobs:
4646
- name: Install project as a package
4747
run: python -m pip install .[test]
4848

49-
- name: Lint with flake8
50-
run: |
51-
# stop the build if there are Python syntax errors or undefined names
52-
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
53-
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
54-
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
55-
5649
- name: Run Unit tests
5750
run: python -m pytest
5851

0 commit comments

Comments
 (0)