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"]