Skip to content

Commit

Permalink
exclude test-fetchers.R
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp-baumann committed Sep 13, 2024
1 parent 95efc16 commit 276b3b6
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

Expand Down

0 comments on commit 276b3b6

Please sign in to comment.