-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrepo_helper.yml
60 lines (50 loc) · 1.38 KB
/
repo_helper.yml
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
54
55
56
57
58
59
60
# Configuration for 'repo_helper' (https://github.com/domdfcoding/repo_helper)
---
modname: 'tox-recreate-hook'
copyright_years: 2021
author: 'Dominic Davis-Foster'
email: '[email protected]'
username: 'python-coincidence'
assignee: 'domdfcoding'
version: '0.1.1'
license: 'MIT'
short_desc: '(experimental) Allows hooks to be defined which are called when recreating a tox testenv.'
min_coverage: 100
use_whey: true
enable_conda: False
sphinx_html_theme: furo
docs_fail_on_warning: true
mypy_version: "1.8.0"
python_versions:
- 3.7
- 3.8
- 3.9
- '3.10'
- '3.11'
- '3.12'
- '3.13-dev'
entry_points:
tox:
- recreate = tox_recreate_hook
sphinx_conf_epilogue:
- nitpicky = True
- needspace_amount = r"5\baselineskip"
- 'favicons = [{"rel": "icon", "href": "https://python-coincidence.github.io/assets/coincidence.ico", "sizes": "48x48", "type": "image/vnd.microsoft.icon"}]'
intersphinx_mapping:
- '"tox": ("https://tox.readthedocs.io/en/latest/", None)'
classifiers:
- 'Development Status :: 3 - Alpha'
- 'Framework :: tox'
- 'Intended Audience :: Developers'
- 'Topic :: Software Development :: Quality Assurance'
- 'Topic :: Software Development :: Testing'
- 'Topic :: Software Development :: Testing :: Unit'
keywords:
- tox
exclude_files:
- contributing
mypy_deps:
- types-first
extra_sphinx_extensions:
- sphinx_toolbox.more_autosummary.column_widths
- sphinx_favicon