File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 6
6
"watch" : " npm i && bower install && gulp watch" ,
7
7
"build" : " npm i && bower install && gulp" ,
8
8
"build_noninteractive" : " npm i && bower --config.interactive=false install && gulp" ,
9
- "fix" : " PREFIX=\" # -*- coding: utf-8 -*-\" ; find . -name '._*' | xargs rm ; for f in $(find . -name '*.py' -and -not -path '*/venv/*'); do echo \" =================\" ; echo $f; autopep8 -ri --max-line-length=10000 $f; flake8 $f; isort -rc $f; grep -qFe \" $PREFIX\" $f || echo \" $PREFIX\n $(cat $f)\" > $f ; done "
9
+ "fix" : " PREFIX=\" # -*- coding: utf-8 -*-\" ; find . -name '._*' | xargs rm ; for f in $(find . -name '*.py' -and -not -path '*/migrations/*' -and -not -path '*/ venv/*'); do echo \" =================\" ; echo $f; autopep8 -ri --max-line-length=10000 $f; flake8 $f; isort -rc $f; grep -qFe \" $PREFIX\" $f || echo \" $PREFIX\n $(cat $f)\" > $f ; done "
10
10
},
11
11
"repository" : {
12
12
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments