mirror of
https://github.com/pyecharts/pyecharts.git
synced 2025-12-08 20:59:23 +00:00
* Remove: 移除 is_fill 参数 * Docs: 更新 changelog * Update: update isort configure file * Format: format code * Format: 统一 import 写法
3 lines
121 B
Bash
3 lines
121 B
Bash
isort $(find pyecharts -name "*.py"|xargs echo) $(find test -name "*.py"|xargs echo) setup.py
|
|
black -l 79 pyecharts test
|