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 7f18497 commit 72242abCopy full SHA for 72242ab
.github/workflows/build.yml
@@ -31,6 +31,9 @@ jobs:
31
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
32
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
33
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
34
+ - name: Lint with pylint
35
+ run: |
36
+ pylint mrmat_python_api_flask
37
- name: Install locally
38
run: |
39
python ./setup.py install
0 commit comments