We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2c4709 commit d66c742Copy full SHA for d66c742
format_code.bat
@@ -1,3 +1 @@
1
-SET FILES=*.py pyecharts/**/*.py test/*.py
2
-lias %FILES% -sp .isort.cfg
3
-pink %FILES%
+pink *.py pyecharts/**/*.py test/*.py -sp .isort.cfg
format_code.sh
@@ -1,2 +1 @@
-lias *.py pyecharts/**/*.py test/*.py -sp .isort.cfg
-pink *.py pyecharts/**/*.py test/*.py
requirements-dev.txt
@@ -3,5 +3,4 @@
# Windows: format_code.bat
4
5
black==18.6b4
6
-pink>0.4.0
7
-lias>0.2.0
+pink>0.6.1
0 commit comments