Skip to content

Commit

Permalink
Only retain hard dependencies from pre-commit hooks (#186)
Browse files Browse the repository at this point in the history
Only retain hard dependencies from pre-commit hooks
  • Loading branch information
vedhav authored Aug 31, 2023
1 parent 8162f5f commit fb89472
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 16 deletions.
22 changes: 7 additions & 15 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,31 +10,23 @@ repos:
hooks:
- id: style-files
name: Style code with `styler`
args: [--style_pkg=styler, --style_fun=tidyverse_style,
--cache-root=styler]
args:
[--style_pkg=styler, --style_fun=tidyverse_style, --cache-root=styler]
- id: roxygenize
name: Regenerate package documentation
additional_dependencies:
- bslib
- checkmate
- digest
- dplyr
- ggplot2
- glue
- grDevices
- graphics
- htmltools
- lifecycle
- logger
- magrittr
- methods
- bioc::MultiAssayExperiment
- R6
- rlang
- rtables
- shiny
- shinyjs
- shinyWidgets
- stats
- bioc::SummarizedExperiment
- utils
- yaml
- styler
- id: spell-check
name: Check spelling with `spelling`
exclude: >
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Imports:
htmltools,
lifecycle,
methods,
rtables (>= 0.6.0.9004),
shiny,
shinyjs,
shinyWidgets,
Expand All @@ -35,7 +36,6 @@ Suggests:
magrittr,
png,
rmarkdown,
rtables (>= 0.6.0.9004),
shinytest2 (>= 0.2.0),
shinyvalidate,
testthat (>= 2.0),
Expand Down

0 comments on commit fb89472

Please sign in to comment.