File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -27,3 +27,5 @@ targets:
2727 - " azure-pipelines.yml " : " azure/azure-pipelines.yml"
2828 - " .azure-pipelines-steps-macos.yml " : " azure/pipelines-steps-macos.yml"
2929 - " .azure-pipelines-steps.yml " : " azure/pipelines-steps.yml"
30+ - Makefile : Makefile.jj2
31+ - format.sh : format.sh.jj2
Original file line number Diff line number Diff line change 1313 bash lint.sh
1414
1515format :
16- isort -y $(find moban_jinja2_github -name "*.py"|xargs echo ) $(find tests -name "*.py"|xargs echo )
17- black -l 79 moban_jinja2_github
18- black -l 79 tests
16+ bash format.sh
1917
2018git-diff-check :
2119 git diff --exit-code
Original file line number Diff line number Diff line change 1+ isort $( find moban_jinja2_github -name " *.py" | xargs echo) $( find tests -name " *.py" | xargs echo)
2+ black -l 79 moban_jinja2_github
3+ black -l 79 tests
You can’t perform that action at this time.
0 commit comments