-
Notifications
You must be signed in to change notification settings - Fork 438
/
Copy pathcookiecutter.json
53 lines (53 loc) · 1.86 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"template": "https://github.com/hypothesis/cookiecutters",
"checkout": null,
"directory": "pyramid-app",
"ignore": [
".docker.env",
"Dockerfile",
"LICENSE",
"bin/make_devdata",
"h/db.py",
"h/migrations/env.py",
"h/templates/.gitkeep",
"tests/functional/app_test.py"
],
"extra_context": {
"name": "h",
"package_name": "h",
"slug": "h",
"short_description": "h is the web app that serves most of the https://hypothes.is/ website, including the web annotations API at https://hypothes.is/api/. The [Hypothesis client](https://github.com/hypothesis/client) is a browser-based annotator that is a client for h's API.",
"python_version": "3.11.7",
"port": "5000",
"github_owner": "hypothesis",
"visibility": "public",
"copyright_holder": "Hypothesis",
"dependabot_pip_interval": "monthly",
"dependabot_npm_interval": "monthly",
"dependabot_docker_interval": "monthly",
"devdata": "yes",
"frontend": "yes",
"__frontend_typechecking": "yes",
"postgres": "yes",
"docker": "yes",
"linter": "ruff",
"__postgres_version": "15.6-alpine",
"__postgres_port": "5432",
"__docker_namespace": "hypothesis",
"__docker_network": "h_default",
"__github_url": "https://github.com/hypothesis/h",
"__copyright_year": "2022",
"__parallel_unit_tests": true,
"__format_runner_type": "ubuntu-latest",
"__lint_runner_type": "ubuntu-latest",
"__typecheck_runner_type": "ubuntu-latest",
"__tests_runner_type": "ubuntu-latest-32-cores",
"__coverage_runner_type": "ubuntu-latest",
"__functests_runner_type": "ubuntu-latest",
"__gunicorn_bind": "unix:/tmp/gunicorn-web.sock",
"__scheduled_workflows": ",Report refresh",
"__slack_notifications_workflows": "",
"__docker_hub_application_name": "hypothesis",
"_checkout": null
}
}