diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 115a438..c4dfefa 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,11 +15,11 @@ repos: - id: codespell additional_dependencies: ["tomli>=2.4"] - repo: https://github.com/tox-dev/pyproject-fmt - rev: "v2.21.2" + rev: "v2.23.0" hooks: - id: pyproject-fmt - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.15.14" + rev: "v0.15.15" hooks: - id: ruff-format - id: ruff diff --git a/pyproject.toml b/pyproject.toml index ad7dff2..283b6ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -199,11 +199,11 @@ html.skip_covered = false [tool.towncrier] name = "python-discovery" -filename = "docs/changelog.rst" directory = "docs/changelog" +filename = "docs/changelog.rst" +template = "docs/changelog/template.jinja2" title_format = false issue_format = ":issue:`{issue}`" -template = "docs/changelog/template.jinja2" type = [ { directory = "breaking", name = "Backward incompatible changes", showcontent = true }, { directory = "deprecation", name = "Deprecations (removal in next major release)", showcontent = true },