mirror of
https://github.com/ONLYOFFICE/document-server-integration.git
synced 2026-02-10 18:05:10 +08:00
python: flake8 and mypy separated
This commit is contained in:
5
.github/workflows/lint-python.yml
vendored
5
.github/workflows/lint-python.yml
vendored
@ -32,3 +32,8 @@ jobs:
|
||||
- name: Lint Flake8
|
||||
run: |
|
||||
make lint
|
||||
|
||||
# TODO: Configure mypy
|
||||
# - name: Types mypy
|
||||
# run: |
|
||||
# make types
|
||||
|
||||
Reference in New Issue
Block a user