1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-06-06 05:51:17 +08:00

Add black formatter output

This commit is contained in:
Jactus
2020-11-11 09:50:38 +08:00
parent 722655ad13
commit b839733ec7

View File

@@ -43,7 +43,7 @@ jobs:
- name: Lint with Black
run: |
cd ..
python -m black qlib -l 120 --check
python -m black qlib -l 120 --check --diff
- name: Unit tests with Pytest
run: |