Skip to content

Commit

Permalink
Upgrade pre-commit to towncrier 24.8.0
Browse files Browse the repository at this point in the history
This version automatically ignores .gitkeep files
  • Loading branch information
johannaengland committed Aug 27, 2024
1 parent d532a75 commit 97e3d82
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 97e3d82

Please sign in to comment.