mirror of
https://github.com/microsoft/qlib.git
synced 2026-06-06 05:51:17 +08:00
12 lines
277 B
YAML
12 lines
277 B
YAML
repos:
|
|
- repo: https://github.com/psf/black
|
|
rev: 22.1.0
|
|
hooks:
|
|
- id: black
|
|
args: ["qlib", "-l 120"]
|
|
|
|
- repo: https://github.com/PyCQA/flake8
|
|
rev: 4.0.1
|
|
hooks:
|
|
- id: flake8
|
|
args: ["--ignore=E501,F541,E266,E402,W503,E731,E203"] |