Compare commits

..
2 Commits
Author SHA1 Message Date
brb 7a396a88fb updated workflow
pipeline / Test (push) Failing after 34s
2023-07-12 14:08:51 +02:00
brb 238188f4a5 introduced flake8 error 2023-07-12 14:08:37 +02:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -23,6 +23,6 @@ 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