test_runner: revive flake8

This commit is contained in:
Alexander Bayandin
2022-08-22 14:57:09 +01:00
committed by Alexander Bayandin
parent 4c2bb43775
commit ae3227509c
6 changed files with 45 additions and 22 deletions
+3
View File
@@ -134,5 +134,8 @@ jobs:
- name: Run black to ensure code format
run: poetry run black --diff --check .
- name: Run flake8 to ensure code format
run: poetry run flake8 .
- name: Run mypy to check types
run: poetry run mypy .