Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Only retain hard dependencies from pre-commit hooks #333

Merged
merged 2 commits into from
Sep 13, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 19 additions & 12 deletions .pre-commit-config.yaml
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -15,26 +15,33 @@ repos:
- id: roxygenize
name: Regenerate package documentation
additional_dependencies:
- checkmate
- digest
- dplyr
- ggplot2
- glue
- grDevices
- shiny
- insightsengineering/teal
- checkmate
- DT
- edgeR
- forcats
- bioc::hermes
- lifecycle
- logger
- magrittr
- methods
- bioc::MultiAssayExperiment
- R6
- rlang
- rtables
- shinyjs
- S4Vectors
- shinyRadioMatrix
- shinyWidgets
- stats
- stringr
- bioc::SummarizedExperiment
- utils
- yaml
- insightsengineering/teal.data
- insightsengineering/teal.logger
- insightsengineering/teal.reporter
- insightsengineering/teal.widgets
- tern
# Added for environment to build
- insightsengineering/teal.slice
- insightsengineering/teal.transform
- bioc::edgeR
- id: spell-check
name: Check spelling with `spelling`
exclude: >
Expand Down