File tree Expand file tree Collapse file tree 2 files changed +26
-0
lines changed
Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Original file line number Diff line number Diff line change 1414^CRAN-SUBMISSION$
1515^README\.qmd$
1616^revdep$
17+ ^\.pre-commit-config\.yaml$
Original file line number Diff line number Diff line change 1+ default_install_hook_types :
2+ - pre-commit
3+ - commit-msg
4+ - post-commit
5+
6+ repos :
7+ - repo : https://github.com/pre-commit/pre-commit-hooks
8+ rev : v6.0.0
9+ hooks :
10+ - id : check-added-large-files
11+ - id : end-of-file-fixer
12+ - id : trailing-whitespace
13+ args : [ --markdown-linebreak-ext=md ]
14+ - id : detect-private-key
15+
16+ - repo : https://github.com/uker-troi-lab/commit_hooks.git
17+ rev : v0.0.1
18+ hooks :
19+ - id : check-commit-msg
20+
21+ - repo : https://github.com/kapsner/autonewsmd
22+ rev : 6cf561a825945de4c2a87a7a71bd5300a5a6e73c
23+ hooks :
24+ - id : changelog-helper
25+ - id : recreate-changelog
You can’t perform that action at this time.
0 commit comments