We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1b21e4 commit 586e672Copy full SHA for 586e672
.github/workflows/pytest.yaml
@@ -29,15 +29,12 @@ jobs:
29
- name: Install
30
run: |
31
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
38
#- name: Run unit tests
39
# run: |
40
# make test
+ # - name: pyright, flake8, black and isort
+ # run: |
+ # make check
41
42
deploy:
43
name: "Deploy to PyPI"
0 commit comments