Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jun 13, 2024
1 parent fffa053 commit 11f7606
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/towncrier/test/test_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,9 @@ def run_order_scenario(sections, types):
[[tool.towncrier.section]]
path = "{section}"
name = "{section}"
""".format(section=section)
""".format(
section=section
)
)
)

Expand All @@ -281,7 +283,9 @@ def run_order_scenario(sections, types):
directory = "{type_}"
name = "{type_}"
showcontent = true
""".format(type_=type_)
""".format(
type_=type_
)
)
)

Expand Down

0 comments on commit 11f7606

Please sign in to comment.