Skip to content

Commit 586e672

Browse files
committed
Add stub for checks in GHA
1 parent f1b21e4 commit 586e672

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/pytest.yaml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,12 @@ jobs:
2929
- name: Install
3030
run: |
3131
make install
32-
- name: Lint with flake8
33-
run: |
34-
# stop the build if there are Python syntax errors or undefined names
35-
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
36-
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
37-
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
3832
#- name: Run unit tests
3933
# run: |
4034
# make test
35+
# - name: pyright, flake8, black and isort
36+
# run: |
37+
# make check
4138

4239
deploy:
4340
name: "Deploy to PyPI"

0 commit comments

Comments
 (0)