Skip to content

Commit fcc5b6d

Browse files
committed
Add "deprecation" to possible changelog entries in pre-commit
1 parent 56d0b5a commit fcc5b6d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@ repos:
4141
name: changelog filenames
4242
language: fail
4343
entry: 'changelog files must be named ####.(feature|bugfix|doc|removal|vendor|trivial).rst'
44-
exclude: changelog/(\d+\.(feature|bugfix|doc|removal|vendor|trivial).rst|README.rst|_template.rst)
44+
exclude: changelog/(\d+\.(feature|bugfix|doc|deprecation|removal|vendor|trivial).rst|README.rst|_template.rst)
4545
files: ^changelog/
File renamed without changes.

0 commit comments

Comments
 (0)