From 276b3b6e4c5c4b523664680f3340a10f4bdc6d12 Mon Sep 17 00:00:00 2001 From: Philipp Baumann Date: Fri, 13 Sep 2024 15:36:00 +0200 Subject: [PATCH] exclude test-fetchers.R --- .pre-commit-config.yaml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 49c31489..b626406c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,21 +7,17 @@ repos: - id: style-files args: [--style_pkg=styler, --style_fun=tidyverse_style, --cache-root=styler-perm] require_serial: true - exclude: > + - id: lintr + exclude: > (?x)^( - tests/testthat/in/.*| + tests/testthat/test-fetchers.R )$ - - id: lintr - id: parsable-R exclude: > (?x)^( tests/testthat/in/.*| )$ - id: no-browser-statement - exclude: > - (?x)^( - tests/testthat/in/.*| - )$ default_stages: ["commit"]