@@ -169,7 +169,7 @@ addopts = """
169
169
170
170
[tool .black ]
171
171
line-length = 88
172
- target-version = [' py37' , ' py38' , ' py39' , ' py310' ]
172
+ target-version = [' py36 ' , ' py37' , ' py38' , ' py39' , ' py310' ]
173
173
# diff = true
174
174
extend-exclude = """
175
175
# A regex preceded with ^/ will apply only to files and directories
@@ -190,29 +190,23 @@ template = "changelog.d/_template.rst"
190
190
# issue_format = "`#{issue} <https://github.com/python-attrs/attrs/issues/{issue}>`_"
191
191
# issue_format = ":gh:`{issue}`"
192
192
193
- # [tool.towncrier.fragment.breaking]
194
- # name = "Breaking Changes"
195
- # showcontent = true
196
-
197
- [tool .towncrier .fragment .deprecation ]
198
- name = " Deprecations"
199
-
200
193
[tool .towncrier .fragment .feature ]
201
- directory = " feature"
202
194
name = " Features"
203
195
204
- # [tool.towncrier.fragment.improvement]
205
- # name = "Improvements"
206
- # showcontent = true
196
+ [tool .towncrier .fragment .deprecation ]
197
+ name = " Deprecations"
207
198
208
199
[tool .towncrier .fragment .bugfix ]
209
- name = " Bug Fixes "
200
+ name = " Bug fixes "
210
201
211
202
[tool .towncrier .fragment .doc ]
212
- name = " Improved Documentation "
203
+ name = " Improved documentation "
213
204
214
205
[tool .towncrier .fragment .trivial ]
215
206
name = " Trivial/Internal Changes"
216
207
217
208
[tool .towncrier .fragment .removal ]
218
209
name = " Removals"
210
+
211
+ [tool .towncrier .fragment .breaking ]
212
+ name = " Breaking Changes"
0 commit comments