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:
27
27
- " azure-pipelines.yml " : " azure/azure-pipelines.yml"
28
28
- " .azure-pipelines-steps-macos.yml " : " azure/pipelines-steps-macos.yml"
29
29
- " .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 13
13
bash lint.sh
14
14
15
15
format :
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
19
17
20
18
git-diff-check :
21
19
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