-
Notifications
You must be signed in to change notification settings - Fork 0
/
cookiecutter.json
36 lines (36 loc) · 1.32 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": "pypackage",
"ignore": ["tests/functional/sanity_test.py"],
"extra_context": {
"name": "Dependabot Alerts",
"package_name": "dependabot_alerts",
"slug": "dependabot-alerts",
"short_description": "Notifications of Dependabot alerts across a GitHub organization.",
"python_versions": "3.12.4, 3.11.9, 3.10.14, 3.9.19",
"github_owner": "hypothesis",
"copyright_holder": "Hypothesis",
"visibility": "public",
"console_script": "yes",
"devdata": "no",
"postgres": "no",
"dependabot_pip_interval": "monthly",
"pypi": "no",
"__postgres_version": "15.3-alpine",
"__postgres_port": "22605",
"__entry_point": "dependabot-alerts",
"__github_url": "https://github.com/hypothesis/dependabot-alerts",
"__pypi_url": "https://pypi.org/project/dependabot-alerts",
"__copyright_year": "2023",
"__parallel_unit_tests": false,
"__format_runner_type": "ubuntu-latest",
"__lint_runner_type": "ubuntu-latest",
"__tests_runner_type": "ubuntu-latest",
"__coverage_runner_type": "ubuntu-latest",
"__functests_runner_type": "ubuntu-latest",
"_repo_dir": "/home/seanh/.cookiecutters/cookiecutters/pypackage",
"_checkout": null,
"__scheduled_workflows": ", Alert"
}
}