third_party.pylibs.pylint.src/towncrier.toml

52 lines
1.2 KiB
TOML
Raw Normal View History

2022-07-17 15:27:45 +00:00
[tool.towncrier]
version = "2.16.0"
2022-07-17 15:27:45 +00:00
directory = "doc/whatsnew/fragments"
filename = "doc/whatsnew/2/2.16/index.rst"
2022-07-17 15:27:45 +00:00
template = "doc/whatsnew/fragments/_template.rst"
issue_format = "`#{issue} <https://github.com/PyCQA/pylint/issues/{issue}>`_"
wrap = true
2022-07-17 15:27:45 +00:00
# Definition of fragment types.
# TODO: with the next towncrier release (21.9.1) it will be possible to define
# custom types as toml tables:
# https://github.com/twisted/towncrier#further-options
[[tool.towncrier.type]]
directory = "new_check"
name = "New Checks"
showcontent = true
[[tool.towncrier.type]]
directory = "removed_check"
name = "Removed Checks"
showcontent = true
[[tool.towncrier.type]]
directory = "extension"
name = "Extensions"
showcontent = true
[[tool.towncrier.type]]
directory = "false_positive"
name = "False Positives Fixed"
showcontent = true
[[tool.towncrier.type]]
directory = "false_negative"
name = "False Negatives Fixed"
showcontent = true
[[tool.towncrier.type]]
directory = "bugfix"
name = "Other Bug Fixes"
showcontent = true
[[tool.towncrier.type]]
directory = "other"
name = "Other Changes"
showcontent = true
[[tool.towncrier.type]]
directory = "internal"
name = "Internal Changes"
showcontent = true