Add "deprecation" to possible changelog entries in pre-commit

This commit is contained in:
Bruno Oliveira 2018-09-22 18:43:22 -03:00
parent 56d0b5a7e2
commit fcc5b6d604
2 changed files with 1 additions and 1 deletions

View File

@ -41,5 +41,5 @@ repos:
name: changelog filenames
language: fail
entry: 'changelog files must be named ####.(feature|bugfix|doc|removal|vendor|trivial).rst'
exclude: changelog/(\d+\.(feature|bugfix|doc|removal|vendor|trivial).rst|README.rst|_template.rst)
exclude: changelog/(\d+\.(feature|bugfix|doc|deprecation|removal|vendor|trivial).rst|README.rst|_template.rst)
files: ^changelog/