From 1d323b8e2fcafcb0d5344ea7d4d2487e5bbfd46d Mon Sep 17 00:00:00 2001 From: jo Date: Sun, 20 Nov 2022 02:23:30 +0100 Subject: [PATCH] style: format root pyproject.toml --- pyproject.toml | 96 +++++++++++++++++++++++++------------------------- 1 file changed, 48 insertions(+), 48 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 045fc1867..555789822 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,61 +1,61 @@ [tool.towncrier] - package = "changes" - package_dir = "" - filename = "CHANGELOG" - directory = "changes/changelog.d/" - start_string = ".. towncrier\n" - template = "changes/template.rst" - issue_format = "" - title_format = "{version} (unreleased)" - underlines = "-" +package = "changes" +package_dir = "" +filename = "CHANGELOG" +directory = "changes/changelog.d/" +start_string = ".. towncrier\n" +template = "changes/template.rst" +issue_format = "" +title_format = "{version} (unreleased)" +underlines = "-" - [[tool.towncrier.section]] - path = "" +[[tool.towncrier.section]] +path = "" - [[tool.towncrier.type]] - directory = "feature" - name = "Features" - showcontent = true +[[tool.towncrier.type]] +directory = "feature" +name = "Features" +showcontent = true - [[tool.towncrier.type]] - directory = "enhancement" - name = "Enhancements" - showcontent = true +[[tool.towncrier.type]] +directory = "enhancement" +name = "Enhancements" +showcontent = true - [[tool.towncrier.type]] - directory = "refactoring" - name = "Refactoring" - showcontent = true +[[tool.towncrier.type]] +directory = "refactoring" +name = "Refactoring" +showcontent = true - [[tool.towncrier.type]] - directory = "bugfix" - name = "Bugfixes" - showcontent = true +[[tool.towncrier.type]] +directory = "bugfix" +name = "Bugfixes" +showcontent = true - [[tool.towncrier.type]] - directory = "doc" - name = "Documentation" - showcontent = true +[[tool.towncrier.type]] +directory = "doc" +name = "Documentation" +showcontent = true - [[tool.towncrier.type]] - directory = "i18n" - name = "i18n" - showcontent = true +[[tool.towncrier.type]] +directory = "i18n" +name = "i18n" +showcontent = true - [[tool.towncrier.type]] - directory = "misc" - name = "Other" - showcontent = true +[[tool.towncrier.type]] +directory = "misc" +name = "Other" +showcontent = true - [[tool.towncrier.type]] - directory = "removal" - name = "Removal" - showcontent = true +[[tool.towncrier.type]] +directory = "removal" +name = "Removal" +showcontent = true - [[tool.towncrier.type]] - directory = "update" - name = "Update instructions" - showcontent = true +[[tool.towncrier.type]] +directory = "update" +name = "Update instructions" +showcontent = true [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)"