-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcookiecutter.json
31 lines (31 loc) · 1.16 KB
/
cookiecutter.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"project_name": "Project name, in snake_case",
"project_description": "Short description of the project",
"author_name": "Your full name",
"email": "[email protected]",
"open_source": "Is this a public open source project? (y/n, default: n)",
"python_version": "3.11",
"_hydra_version": "1.3.2",
"_pytest_version": "8.3.3",
"_pytest_cov_version": "5.0.0",
"_pre_commit_version": "3.8.0",
"_mkdocs_material_version": "9.5.45",
"_mkdocs_plugin_include_markdown_version": "7.0.1",
"_mkdocs_plugin_include_dir_to_nav_version": "1.2.0",
"_mkdocs_plugin_mkapi_version": "3.0.22",
"_pip_version": "24.3.1",
"_readme_coverage_badger_version": "0.1.2",
"_click_version": "8.1.7",
"_ruff_version": "0.9.1",
"_mypy_version": "1.14.1",
"_nbstripout_version": "0.8.1",
"_coverage_version": "5.5",
"_pygrep_hooks_version": "1.10.0",
"_pre_commit_hooks_version": "5.0.0",
"_checkout_action_version": "4",
"_setup_uv_action_version": "4",
"_setup_python_action_version": "5",
"_pre_commit_action_version": "3.0.1",
"_deploy_pages_action_version": "4",
"_copy_without_render": []
}