Skip to content

Commit

Permalink
fix: add new dependency to pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
vedhav committed Nov 7, 2024
1 parent 24f58d1 commit 014ef33
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,16 @@ 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:
- davidgohel/flextable # Error: package 'flextable' is not available
- davidgohel/gdtools # for flextable
- mirai
- checkmate
- crayon
- jsonlite
- lifecycle
- logger
Expand Down

0 comments on commit 014ef33

Please sign in to comment.