Skip to content

Commit d66c742

Browse files
New pink (pyecharts#730)
* Update: 更新 pink 版本,新版本融合 lias * Update: 更新 pink 版本至 v0.6.2
1 parent d2c4709 commit d66c742

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

format_code.bat

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
SET FILES=*.py pyecharts/**/*.py test/*.py
2-
lias %FILES% -sp .isort.cfg
3-
pink %FILES%
1+
pink *.py pyecharts/**/*.py test/*.py -sp .isort.cfg

format_code.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
lias *.py pyecharts/**/*.py test/*.py -sp .isort.cfg
2-
pink *.py pyecharts/**/*.py test/*.py
1+
pink *.py pyecharts/**/*.py test/*.py -sp .isort.cfg

requirements-dev.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@
33
# Windows: format_code.bat
44

55
black==18.6b4
6-
pink>0.4.0
7-
lias>0.2.0
6+
pink>0.6.1

0 commit comments

Comments
 (0)