@@ -115,37 +115,37 @@ module = [
115115ignore_missing_imports = true
116116
117117[tool .towncrier ]
118- package = " falcon"
119- package_dir = " "
120- filename = " docs/changes/4.3.0.rst"
121- directory = " docs/_newsfragments"
122- issue_format = " `#{issue} <https://github.com/falconry/falcon/issues/{issue}>`__"
123-
124- # TODO(vytas): title_format = false seems to have no effect in towncrier==21.3.0.
125- # For now, we just have to remember to check the rendered changelog, and,
126- # if needed, remove the unwanted auto-generated title.
127- # See also: https://github.com/twisted/towncrier/issues/345.
128- title_format = false
129-
130- [[tool .towncrier .type ]]
131- directory = " breakingchange"
132- name = " Breaking Changes"
133- showcontent = true
134-
135- [[tool .towncrier .type ]]
136- directory = " newandimproved"
137- name = " New & Improved"
138- showcontent = true
139-
140- [[tool .towncrier .type ]]
141- directory = " bugfix"
142- name = " Fixed"
143- showcontent = true
144-
145- [[tool .towncrier .type ]]
146- directory = " misc"
147- name = " Misc"
148- showcontent = true
118+ package = " falcon"
119+ package_dir = " "
120+ filename = " docs/changes/4.3.0.rst"
121+ directory = " docs/_newsfragments"
122+ issue_format = " `#{issue} <https://github.com/falconry/falcon/issues/{issue}>`__"
123+
124+ # TODO(vytas): title_format = false seems to have no effect in towncrier==21.3.0.
125+ # For now, we just have to remember to check the rendered changelog, and,
126+ # if needed, remove the unwanted auto-generated title.
127+ # See also: https://github.com/twisted/towncrier/issues/345.
128+ title_format = false
129+
130+ [[tool .towncrier .type ]]
131+ directory = " breakingchange"
132+ name = " Breaking Changes"
133+ showcontent = true
134+
135+ [[tool .towncrier .type ]]
136+ directory = " newandimproved"
137+ name = " New & Improved"
138+ showcontent = true
139+
140+ [[tool .towncrier .type ]]
141+ directory = " bugfix"
142+ name = " Fixed"
143+ showcontent = true
144+
145+ [[tool .towncrier .type ]]
146+ directory = " misc"
147+ name = " Misc"
148+ showcontent = true
149149
150150[tool .black ]
151151# this is kept to avoid reformatting all the code if one were to
0 commit comments