nucypher/pyproject.toml

49 lines
1.1 KiB
TOML

[tool.towncrier]
package = "nucypher"
package_dir = "nucypher"
filename = "releases.rst"
directory = "newsfragments"
underlines = ["-", "~", "^", "*"]
issue_format = "`#{issue} <https://github.com/nucypher/nucypher/issues/{issue}>`__"
title_format = "v{version} ({project_date})"
[[tool.towncrier.section]]
path = ""
[[tool.towncrier.type]]
directory = "feature"
name = "Features"
showcontent = true
[[tool.towncrier.type]]
directory = "bugfix"
name = "Bugfixes"
showcontent = true
[[tool.towncrier.type]]
directory = "doc"
name = "Improved Documentation"
showcontent = true
[[tool.towncrier.type]]
directory = "removal"
name = "Deprecations and Removals"
showcontent = true
[[tool.towncrier.type]]
directory = "misc"
name = "Misc"
showcontent = true
[[tool.towncrier.type]]
directory = "dev"
name = "Internal Development Tasks"
showcontent = true
[tool.ruff]
select = ["E", "F", "I"]
ignore = ["E501"]
[tool.ruff.isort]
known-first-party = ["nucypher"]