Skip to content

Commit e9681a7

Browse files
committed
Updated cookiecutter.json
Forgot the commas after updating the boolean values to true. Doh.
1 parent cd44459 commit e9681a7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

cookiecutter.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
"python_version_max": "4.0",
1414
"python_version_dev": "{{ cookiecutter._python_versions[-1] }}",
1515
"repository": "https://github.com/{{ cookiecutter.github_username }}/{{ cookiecutter.package_name }}",
16-
"readme_badges": true
17-
"create_github_repo": true
16+
"readme_badges": true,
17+
"create_github_repo": true,
1818
"license": ["apache-2.0","agpl-3.0","bsd-2-clause","bsd-3-clause","bsl-1.0","cc0-1.0","epl-2.0","gpl-2.0","gpl-3.0","lgpl-2.1"],
19-
"use_pydantic_settings": true
20-
"log_to_file": true
21-
"use_dependabot": true
19+
"use_pydantic_settings": true,
20+
"log_to_file": true,
21+
"use_dependabot": true,
2222
"python_testing_matrix": [
2323
"{{ cookiecutter._python_versions }}",
2424
"{{ cookiecutter._python_versions[0] }}",

0 commit comments

Comments
 (0)