-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.copier-answers.yml
More file actions
36 lines (36 loc) · 1.05 KB
/
.copier-answers.yml
File metadata and controls
36 lines (36 loc) · 1.05 KB
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
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
_commit: v0.4.2-24-g88c8d23
_src_path: git+https://github.com/twsl/python-project-template
author_email: 45483159+twsl@users.noreply.github.com
author_username: twsl
copier_auto_update: true
copyright_holder: twsl
copyright_holder_email: 45483159+twsl@users.noreply.github.com
copyright_license: MIT
copyright_year: 2025
custom_install: true
github_runner:
- ubuntu-latest
github_runner_clean: false
github_runner_python_version:
- '3.11'
include_databricks: false
include_docs: true
include_notebooks: true
include_sample_code: false
line_ending: lf
package_manager: uv
precommit_tool: prek
primary_branch: main
project_description: Create databricks runtime containers
project_name: dbx-container
python_package_command_line_name: dbx-container
python_package_distribution_name: dbx-container
python_package_import_name: dbx_container
python_version: '3.11'
repository_name: dbx-container
repository_namespace: twsl
repository_provider: github.com
self_signed: false
type_checker: ty
use_precommit: true