mirror of
https://github.com/pyecharts/pyecharts.git
synced 2025-12-08 20:59:23 +00:00
* 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
4 lines
84 B
Batchfile
4 lines
84 B
Batchfile
SET FILES=*.py pyecharts/**/*.py test/*.py
|
|
lias %FILES% -sp .isort.cfg
|
|
pink %FILES%
|