diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 56e15a856..dd21f73e7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -113,10 +113,3 @@ repos: language: fail files: '\.Rhistory|\.RData|\.Rds|\.rds$' # `exclude: ` to allow committing specific files. - - id: require-news-on-push - name: Require bullet in NEWS.md - description: NEWS.md must be updated with every PR. - entry: inst/hooks/require-news-update.R - stages: [push] - language: script - always_run: true