-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathrepo_helper.yml
More file actions
107 lines (97 loc) · 1.76 KB
/
repo_helper.yml
File metadata and controls
107 lines (97 loc) · 1.76 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
# Configuration for 'repo_helper' (https://github.com/domdfcoding/repo_helper)
---
modname: 'consolekit'
copyright_years: '2020-2021'
author: 'Dominic Davis-Foster'
email: 'dominic@davis-foster.co.uk'
username: 'domdfcoding'
version: '1.13.0'
license: 'MIT'
short_desc: 'Additional utilities for click.'
use_flit: true
min_coverage: 93.5
docs_fail_on_warning: true
mypy_version: "0.971"
on_conda_forge: true
enable_conda: false
python_versions:
3.7:
matrix_exclude:
click:
- 8.2
- 8.3
3.8:
matrix_exclude:
click:
- 8.2
- 8.3
3.9:
matrix_exclude:
click:
- 8.2
- 8.3
"3.10":
"3.11":
"3.12":
"3.13":
pypy37:
platforms:
- Windows
- Linux
matrix_exclude:
click:
- 8.2
- 8.3
pypy38:
platforms:
- Linux
matrix_exclude:
click:
- 8.2
- 8.3
pypy39:
platforms:
- macOS
- Linux
matrix_exclude:
click:
- 8.2
- 8.3
classifiers:
- 'Development Status :: 5 - Production/Stable'
- 'Environment :: Console'
- 'Intended Audience :: Developers'
- 'Topic :: Software Development :: Libraries :: Python Modules'
additional_ignore:
- _command.py
keywords:
- click
- terminal
extras_require:
terminals:
- psutil>=5.8.0
testing:
- pytest>=6.0.0
- pytest-regressions>=2.0.2
- coincidence>=0.1.0
third_party_version_matrix:
click:
- 7.1
- 8.0
- 8.1
- 8.2
- 8.3
extra_sphinx_extensions:
- sphinx_autofixture
- sphinx_highlights
- latex_transition
# - docs_needspace
- sphinx_toolbox.more_autosummary.column_widths
- sphinx_toolbox.latex.succinct_seealso
sphinx_conf_epilogue:
- toctree_plus_types.add("fixture")
- latex_elements["preamble"] = "\\usepackage{multicol}"
- needspace_amount = r"5\baselineskip"
tox_unmanaged:
- pytest
- testenv