python: flake8 and mypy separated

This commit is contained in:
sshakndr
2023-11-28 13:49:12 +07:00
parent d397db61cd
commit 9d5feaaf99
2 changed files with 9 additions and 1 deletions

View File

@ -32,3 +32,8 @@ jobs:
- name: Lint Flake8
run: |
make lint
# TODO: Configure mypy
# - name: Types mypy
# run: |
# make types