test_runner: revive flake8

This commit is contained in:
Alexander Bayandin
2022-08-18 13:42:06 +01:00
committed by Alexander Bayandin
parent 4c2bb43775
commit ae3227509c
6 changed files with 45 additions and 22 deletions

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 .