mirror of
https://github.com/modelscope/modelscope.git
synced 2025-12-16 16:27:45 +01:00
1. add build_doc linter script 2. add sphinx-docs support 3. add development doc and api doc 4. change version to 0.1.0 for the first internal release version Link: https://code.aone.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/8775307
4 lines
133 B
Bash
4 lines
133 B
Bash
yapf -r -i maas_lib/ configs/ tests/ setup.py
|
|
isort -rc maas_lib/ configs/ tests/ setup.py
|
|
flake8 maas_lib/ configs/ tests/ setup.py
|