mirror of
https://github.com/pyecharts/pyecharts.git
synced 2025-12-08 20:59:23 +00:00
4 lines
122 B
Bash
4 lines
122 B
Bash
isort $(find pyecharts -name "*.py"|xargs echo) $(find test -name "*.py"|xargs echo) setup.py
|
|
black -l 79 pyecharts test
|
|
|