updated flake8 outputs
pipeline / Test (push) Successful in 38s
pipeline / Deploy (push) Has been skipped

This commit is contained in:
brb
2023-07-11 14:32:29 +02:00
parent 2889601bc3
commit 1f716aeb21
+1 -1
View File
@@ -20,7 +20,7 @@ jobs:
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: PEP8 check - name: PEP8 check
run: | run: |
flake8 ./code flake8 ./code --benchmark --exit-zero
- name: Type check - name: Type check
run: | run: |
mypy ./code mypy ./code