updated flake8 outputs
pipeline / Test (push) Successful in 39s

This commit is contained in:
brb
2023-07-12 14:11:35 +02:00
parent d872cfde43
commit bc0d2aced7
+1 -1
View File
@@ -22,7 +22,7 @@ jobs:
pip install flake8 mypy pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: PEP8 check
run: flake8 ./code --benchmark --exit-zero
run: flake8 ./code --benchmark
- name: Type check
run: mypy ./code
publish: