File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
cookiecutter/bootstrap/{{ cookiecutter.__project_name }} Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 33jobs :
44 test :
55 strategy :
6- matrix:{{ cookiecutter.test_matrix | to_nice_yaml (level=4, embed_in="dict") }}
6+ matrix:{{ cookiecutter.test_matrix | jaml (level=4, embed_in="dict") }}
Original file line number Diff line number Diff line change @@ -37,10 +37,10 @@ changelog = "{{ cookiecutter.repository }}/blob/main/CHANGES.md"
3737{{ cookiecutter.app_label }} = "pulpcore.cli.{{ cookiecutter.app_label }}"
3838
3939[tool .pulp_cli_template ]
40- app_label = {{ cookiecutter.app_label | to_toml_value }}
41- glue = {{ cookiecutter.glue | to_toml_value }}
42- docs = {{ cookiecutter.docs | to_toml_value }}
43- translations = {{ cookiecutter.translations | to_toml_value }}
40+ app_label = {{ cookiecutter.app_label | toml_value }}
41+ glue = {{ cookiecutter.glue | toml_value }}
42+ docs = {{ cookiecutter.docs | toml_value }}
43+ translations = {{ cookiecutter.translations | toml_value }}
4444
4545[tool .pytest .ini_options ]
4646markers = [
You can’t perform that action at this time.
0 commit comments