-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathrepo_helper.yml
155 lines (141 loc) · 2.27 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
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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
# Configuration for 'repo_helper' (https://github.com/domdfcoding/repo_helper)
---
modname: 'attr_utils'
copyright_years: 2020-2021
author: 'Dominic Davis-Foster'
email: '[email protected]'
username: 'domdfcoding'
version: '1.1.0'
license: 'MIT'
short_desc: 'Utilities to augment attrs.'
use_whey: true
min_coverage: 95
tox_testenv_extras: all
standalone_contrib_guide: true
conda_channels:
- conda-forge
python_versions:
"3.7":
matrix_exclude:
mypy:
- "1.6.1"
- "latest"
sphinx:
- 6
- 7
"3.8":
"3.9":
"3.10":
"3.11":
"3.12":
experimental: true
matrix_exclude:
mypy:
- "0.900"
- "0.910"
- "0.921"
- "0.931"
"3.13":
matrix_exclude:
sphinx:
- 4
- 5
mypy:
- "0.900"
- "0.910"
- "0.921"
- "0.931"
"pypy37":
matrix_exclude:
mypy:
- "0.900"
- "0.910"
- "0.921"
- "0.931"
- "1.0.1"
- "1.2.0"
- "1.4.1"
- "1.6.1"
- "latest"
sphinx:
- 6
- 7
"pypy38":
matrix_exclude:
mypy:
- "0.900"
- "0.910"
- "0.921"
- "0.931"
- "1.0.1"
- "1.2.0"
- "1.4.1"
- "1.6.1"
- "latest"
"pypy39":
matrix_exclude:
mypy:
- "0.900"
- "0.910"
- "0.921"
- "0.931"
- "1.0.1"
- "1.2.0"
- "1.4.1"
- "1.6.1"
- "latest"
extras_require:
pprint:
- prettyprinter==0.18.0
sphinx:
- "sphinx>=3.2.0,<7"
- "sphinx_toolbox>=3.3.0"
extra_sphinx_extensions:
- attr_utils.annotations
- attr_utils.autoattrs
- sphinx_toolbox_experimental.autosummary_widths
sphinx_conf_epilogue:
- import attr_utils
- attr_utils._docs = True
- "intersphinx_mapping['sphinx_toolbox'] = ('https://sphinx-toolbox.readthedocs.io/en/latest/', None)"
- __import__("sys").path.append(os.path.abspath(".."))
mypy_plugins:
- attr_utils.mypy_plugin
classifiers:
- 'Intended Audience :: Developers'
- 'Topic :: Software Development :: Libraries :: Python Modules'
keywords:
- attrs
- serde
- sphinx
- documentation
third_party_version_matrix:
attrs:
- 21.3
- 21.4
- 22.2
- 23.1
- 23.2
- 24.2
- latest
mypy:
- "0.900"
- "0.910"
- "0.921"
- "0.931"
- "1.0.1"
- "1.2.0"
- "1.4.1"
- "1.6.1"
- "latest"
sphinx:
- "4"
- "5"
- "6"
- "7"
tox_unmanaged:
- pytest
# - tox
# - envlists
additional_ignore:
- setup.cfg