1
0
mirror of https://github.com/Sthopeless/74757961.git synced 2025-04-03 23:13:39 +02:00

Update python-app.yml

This commit is contained in:
Sthope 2021-07-18 23:23:48 +02:00 committed by GitHub
parent 4a11f1d31d
commit 2a364c3f7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,6 +31,3 @@ jobs:
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with pytest
run: |
pytest