style: format root pyproject.toml

This commit is contained in:
jo 2022-11-20 02:23:30 +01:00 committed by jooola
parent 7ee5800b99
commit 1d323b8e2f
1 changed files with 48 additions and 48 deletions

View File

@ -1,61 +1,61 @@
[tool.towncrier] [tool.towncrier]
package = "changes" package = "changes"
package_dir = "" package_dir = ""
filename = "CHANGELOG" filename = "CHANGELOG"
directory = "changes/changelog.d/" directory = "changes/changelog.d/"
start_string = ".. towncrier\n" start_string = ".. towncrier\n"
template = "changes/template.rst" template = "changes/template.rst"
issue_format = "" issue_format = ""
title_format = "{version} (unreleased)" title_format = "{version} (unreleased)"
underlines = "-" underlines = "-"
[[tool.towncrier.section]] [[tool.towncrier.section]]
path = "" path = ""
[[tool.towncrier.type]] [[tool.towncrier.type]]
directory = "feature" directory = "feature"
name = "Features" name = "Features"
showcontent = true showcontent = true
[[tool.towncrier.type]] [[tool.towncrier.type]]
directory = "enhancement" directory = "enhancement"
name = "Enhancements" name = "Enhancements"
showcontent = true showcontent = true
[[tool.towncrier.type]] [[tool.towncrier.type]]
directory = "refactoring" directory = "refactoring"
name = "Refactoring" name = "Refactoring"
showcontent = true showcontent = true
[[tool.towncrier.type]] [[tool.towncrier.type]]
directory = "bugfix" directory = "bugfix"
name = "Bugfixes" name = "Bugfixes"
showcontent = true showcontent = true
[[tool.towncrier.type]] [[tool.towncrier.type]]
directory = "doc" directory = "doc"
name = "Documentation" name = "Documentation"
showcontent = true showcontent = true
[[tool.towncrier.type]] [[tool.towncrier.type]]
directory = "i18n" directory = "i18n"
name = "i18n" name = "i18n"
showcontent = true showcontent = true
[[tool.towncrier.type]] [[tool.towncrier.type]]
directory = "misc" directory = "misc"
name = "Other" name = "Other"
showcontent = true showcontent = true
[[tool.towncrier.type]] [[tool.towncrier.type]]
directory = "removal" directory = "removal"
name = "Removal" name = "Removal"
showcontent = true showcontent = true
[[tool.towncrier.type]] [[tool.towncrier.type]]
directory = "update" directory = "update"
name = "Update instructions" name = "Update instructions"
showcontent = true showcontent = true
[tool.black] [tool.black]
exclude = "(.git|.hg|.mypy_cache|.tox|.venv|_build|buck-out|build|dist|migrations|data)" exclude = "(.git|.hg|.mypy_cache|.tox|.venv|_build|buck-out|build|dist|migrations|data)"