Skip to content

Commit ff5c8ab

Browse files
Merge pull request #1023 from r-lib/issue-981
remove pre-commit push hook for news entry
2 parents 08a3850 + d7f06c0 commit ff5c8ab

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,3 @@ repos:
113113
language: fail
114114
files: '\.Rhistory|\.RData|\.Rds|\.rds$'
115115
# `exclude: <regex>` to allow committing specific files.
116-
- id: require-news-on-push
117-
name: Require bullet in NEWS.md
118-
description: NEWS.md must be updated with every PR.
119-
entry: inst/hooks/require-news-update.R
120-
stages: [push]
121-
language: script
122-
always_run: true

0 commit comments

Comments
 (0)