Skip to content

Commit 2e9e8b2

Browse files
pre-commit-ci[bot]jugmac00
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 5c184de commit 2e9e8b2

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

pyproject.toml

+9-9
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,15 @@ report.omit = ["src/tox/config/cli/for_docs.py", "tests/execute/local_subprocess
156156
run.parallel = true
157157
run.plugins = ["covdefaults"]
158158

159+
[tool.towncrier]
160+
name = "tox"
161+
filename = "docs/changelog.rst"
162+
directory = "docs/changelog"
163+
title_format = false
164+
issue_format = ":issue:`{issue}`"
165+
template = "docs/changelog/template.jinja2"
166+
# possible types, all default: feature, bugfix, doc, removal, misc
167+
159168
[tool.mypy]
160169
python_version = "3.11"
161170
show_error_codes = true
@@ -173,12 +182,3 @@ overrides = [
173182
"virtualenv.*",
174183
], ignore_missing_imports = true },
175184
]
176-
177-
[tool.towncrier]
178-
name = "tox"
179-
filename = "docs/changelog.rst"
180-
directory = "docs/changelog"
181-
title_format = false
182-
issue_format = ":issue:`{issue}`"
183-
template = "docs/changelog/template.jinja2"
184-
# possible types, all default: feature, bugfix, doc, removal, misc

0 commit comments

Comments
 (0)