-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcookiecutter.json
36 lines (36 loc) · 1.02 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
32
33
34
35
36
{
"template": "https://github.com/hypothesis/cookiecutters",
"checkout": null,
"directory": "pyapp",
"ignore": [
"h_periodic/__main__.py",
"h_periodic/app.py",
"h_periodic/core.py",
"tests/unit/h_periodic/core_test.py"
],
"extra_context": {
"name": "h-periodic",
"package_name": "h_periodic",
"slug": "h-periodic",
"short_description": "Celery beat processes for Hypothesis apps.",
"python_version": "3.11.9",
"github_owner": "hypothesis",
"visibility": "public",
"copyright_holder": "Hypothesis",
"dependabot_pip_interval": "monthly",
"dependabot_npm_interval": "monthly",
"dependabot_docker_interval": "monthly",
"devdata": "no",
"services": "no",
"db": "no",
"docker": "yes",
"__docker_namespace": "hypothesis",
"__docker_network": "h_periodic_default",
"__github_url": "https://github.com/hypothesis/h-periodic",
"_jinja2_env_vars": {
"lstrip_blocks": true,
"trim_blocks": true
},
"__copyright_year": "2022"
}
}