Skip to content

Commit 834a327

Browse files
[pre-commit.ci] pre-commit autoupdate (#80)
1 parent ee37e2f commit 834a327

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ repos:
1515
- id: codespell
1616
additional_dependencies: ["tomli>=2.4"]
1717
- repo: https://github.com/tox-dev/pyproject-fmt
18-
rev: "v2.21.2"
18+
rev: "v2.23.0"
1919
hooks:
2020
- id: pyproject-fmt
2121
- repo: https://github.com/astral-sh/ruff-pre-commit
22-
rev: "v0.15.14"
22+
rev: "v0.15.15"
2323
hooks:
2424
- id: ruff-format
2525
- id: ruff

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,11 +199,11 @@ html.skip_covered = false
199199

200200
[tool.towncrier]
201201
name = "python-discovery"
202-
filename = "docs/changelog.rst"
203202
directory = "docs/changelog"
203+
filename = "docs/changelog.rst"
204+
template = "docs/changelog/template.jinja2"
204205
title_format = false
205206
issue_format = ":issue:`{issue}`"
206-
template = "docs/changelog/template.jinja2"
207207
type = [
208208
{ directory = "breaking", name = "Backward incompatible changes", showcontent = true },
209209
{ directory = "deprecation", name = "Deprecations (removal in next major release)", showcontent = true },

0 commit comments

Comments
 (0)