diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b7f827d279..d1c5c04d91 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,7 +19,7 @@ repos: hooks: - id: black - repo: https://github.com/twisted/towncrier - rev: 24.7.1 + rev: 24.8.0 hooks: - id: towncrier-check files: $changelog\.d/ diff --git a/pyproject.toml b/pyproject.toml index f94ccbb6ce..8aed6e66bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -99,7 +99,6 @@ underlines = ["", "", ""] title_format = "## [{version}] - {project_date}" issue_format = "[#{issue}](https://github.com/Uninett/nav/issues/{issue})" wrap = true -ignore = [".gitkeep"] [[tool.towncrier.type]] directory = "security"