Update python-app.yml

This commit is contained in:
ElBe 2023-03-11 06:42:28 +01:00 committed by GitHub
parent 6671dd8d5f
commit a2f1eaf1e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,5 +28,5 @@ jobs:
- name: Lint with pylint - name: Lint with pylint
run: | run: |
pip install pylint_runner pip install pylint_runner
pylint_runner --rcfile=.pylintrc pylint_runner --exit-zero --rcfile=.pylintrc
#Test with pytest #Test with pytest