pyecharts/format_code.sh
陈键冬 3e7e2bfc77 Lias (#722)
* Add: 新增 lias 工具格式化 imports

* Update: 细节修正

* Fix: fix #721

* Update: var reused

* Format: 格式化导包顺序

* Update: modules import order: python builtin imports on top, 3rd parties libraries in the middle, package's own libraries in the bottom
2018-09-01 16:07:00 +08:00

3 lines
91 B
Bash

lias *.py pyecharts/**/*.py test/*.py -sp .isort.cfg
pink *.py pyecharts/**/*.py test/*.py