Skip to content

Commit

Permalink
Add a towncrier check
Browse files Browse the repository at this point in the history
Signed-off-by: Aurélien Bompard <[email protected]>
  • Loading branch information
abompard committed Oct 25, 2024
1 parent fef6e9f commit 048c8aa
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions {{ cookiecutter.slug }}/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,14 @@ repos:
rev: v3.0.2
hooks:
- id: reuse

# Hooks that need to be able to import the app
- repo: local
hooks:
# Towncrier-generated changelog
- id: towncrier
name: Towncrier
language: system
entry: poetry run towncrier build --draft
pass_filenames: false
files: changelog.d/

0 comments on commit 048c8aa

Please sign in to comment.