From 5c1b734bcb66559cdc376acab50bfb98c406d358 Mon Sep 17 00:00:00 2001 From: Johanna England Date: Tue, 27 Aug 2024 12:17:19 +0200 Subject: [PATCH] Upgrade pre-commit to towncrier 24.8.0 This version automatically ignores .gitkeep files --- .pre-commit-config.yaml | 2 +- pyproject.toml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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"