1
- ---
2
- editor_options :
3
- markdown :
4
- wrap : 72
5
- ---
6
- # precommit v0.3.2.9015
1
+ <!-- NEWS.md is maintained by https://fledge.cynkra.com, contributors should not edit this file -->
2
+
3
+ # precommit 0.3.2.9020
4
+
5
+ - Make sorting consistent with spelling::update_wordlist (#514 ).
6
+ - Bump actions/checkout from 3 to 4 (#509 ).
7
+ - Discover and check for rogue print statements (#505 ).
8
+ - Use python 3.10 by default for conda envs(#477 ).
9
+ - Hook dependencies update (#503 , #506 #508 , #513 ).
10
+
11
+
12
+ # precommit 0.3.2.9015
7
13
8
14
* Update dependencies.
9
15
* Refactored hook dependency update scripts.
10
16
* Please see tag diff for more details.
11
17
12
- # precommit v0 .3.2.9013
18
+ # precommit 0 .3.2.9013
13
19
14
20
* Don't depend on dev version of styler to avoid GitHub rate limit hit (#486 ).
15
21
16
- # precommit v0 .3.2.9009
22
+ # precommit 0 .3.2.9009
17
23
18
24
* add Posit CRAN mirror to ensure macOS binary installs are possible (#488 ).
19
25
* use ` ubuntu-latest ` instead of pinned version for tests (#481 ).
20
26
* correct typo (#465 ) and fix error message (#470 ).
21
27
* remove {digest} dependency (#471 ).
22
28
23
- # precommit v0 .3.2.9007 (2022-12-26)
29
+ # precommit 0 .3.2.9007 (2022-12-26)
24
30
25
31
- roxygenize cache invalidation is functional again (#464 ).
26
32
- ensure local and remote pre-commit execution are the same for this repo
@@ -30,7 +36,7 @@ editor_options:
30
36
- improve spelling (#453 ).
31
37
32
38
33
- # precommit v0 .3.2.9003 (2022-12-16)
39
+ # precommit 0 .3.2.9003 (2022-12-16)
34
40
35
41
- new hook ` pkgdown ` to emulate a {pkgdown} build for reference and
36
42
articles (#393 ).
@@ -40,15 +46,16 @@ editor_options:
40
46
Defaults to ` . ` since for most R package git repos, the git and R package
41
47
root coincide (#432 , #438 ).
42
48
- ` style-files ` now supports styling of R code in Quarto docs (#449 ).
43
- # precommit v0.3.2.9000
49
+
50
+ # precommit 0.3.2.9000
44
51
45
52
- ` use_ci() ` is now documented to take ` NA ` , not ` NULL ` for argument
46
53
` ci ` (#431 ).
47
54
- ` deps-in-desc ` supports a ` root ` argument that specifies the directory in
48
55
the git repo that contains the R package. Defaults to ` . ` since for most R
49
56
package git repos, the git and R package root coincide.
50
57
51
- # precommit v0 .3.2
58
+ # precommit 0 .3.2
52
59
53
60
- ` parsable-R ` hook now gives more context on where and how parsing
54
61
fails (#423 ).
@@ -58,7 +65,7 @@ editor_options:
58
65
Thanks to [ \@ danielinteractive] ( https://github.com/danielinteractive ) ,
59
66
[ \@ jonocarroll] ( https://github.com/jonocarroll ) for their contributions.
60
67
61
- # precommit v0 .3.1
68
+ # precommit 0 .3.1
62
69
63
70
** User visible changes**
64
71
@@ -88,7 +95,7 @@ Thanks to [\@danielinteractive](https://github.com/danielinteractive),
88
95
Thanks to [ \@ danielinteractive] ( https://github.com/danielinteractive )
89
96
and [ \@ mpadge] ( https://github.com/mpadge ) for their contributions.
90
97
91
- # precommit v0 .3.0
98
+ # precommit 0 .3.0
92
99
93
100
** API changes**
94
101
@@ -144,7 +151,7 @@ Thanks to all people who contributed to this release:
144
151
[ \@ RoyalTS] ( https://github.com/RoyalTS ) , and
145
152
[ \@ smingerson] ( https://github.com/smingerson ) .
146
153
147
- # precommit v0 .2.2
154
+ # precommit 0 .2.2
148
155
149
156
This is a maintenance release on the request of CRAN (#337 ) and to
150
157
improve experience with the ` language: r ` switch conducted in ` v0.2.0 ` .
@@ -179,7 +186,7 @@ Thanks to all people who contributed to this release:
179
186
[ \@ pat-s] ( https://github.com/pat-s ) , and
180
187
[ \@ smingerson] ( https://github.com/smingerson ) .
181
188
182
- # precommit v0 .2.0
189
+ # precommit 0 .2.0
183
190
184
191
This version marks the switch to
185
192
[ ` language: r ` ] ( https://pre-commit.com/#r ) of all existing hooks. This
@@ -319,7 +326,7 @@ For previous versions of `NEWS.md` with news bullet per patch release,
319
326
see the [ latest ` NEWS.md ` before
320
327
gathering] ( https://github.com/lorenzwalthert/precommit/blob/7a8740714ab868d20e981b8b80898d7be050e34e/NEWS.md ) .
321
328
322
- # precommit v0 .1.3
329
+ # precommit 0 .1.3
323
330
324
331
This is mainly a CRAN maintenance release because of #201 and includes
325
332
some bug fixes and no API changes.
@@ -344,31 +351,31 @@ A big hand to all the contributors of this release:
344
351
` ^\\.pre-commit-config.yaml$ ` from ` .Rbuildignore ` and does not show
345
352
a prompt (#199 ).
346
353
347
- # precommit v0 .1.2
354
+ # precommit 0 .1.2
348
355
349
356
Initial CRAN release. See < https://lorenzwalthert.github.io/precommit/ > .
350
357
351
- # precommit v0 .0.0.9049
358
+ # precommit 0 .0.0.9049
352
359
353
360
- Roxygen hook cache only includes files that are part of the index
354
361
and will hence be able to use the cache in cases it was previously
355
362
invalidated without need (#171 ).
356
363
- styler hook should fail if styling any file fails (#174 ).
357
364
358
- # precommit v0 .0.0.9048
365
+ # precommit 0 .0.0.9048
359
366
360
367
- Don't allow legacy hooks by default, delete README hook from usethis
361
368
informatively (#167 ).
362
369
363
- # precommit v0 .0.0.9046
370
+ # precommit 0 .0.0.9046
364
371
365
372
** Major Changes**
366
373
367
374
- ` use_precommit() ` gains new ` install_hooks = TRUE ` parameter. Now
368
375
all hook environments defined in yaml config are by default
369
376
installed in advance. (#163 )
370
377
371
- # precommit v0 .0.0.9044
378
+ # precommit 0 .0.0.9044
372
379
373
380
** Breaking Changes**
374
381
@@ -389,7 +396,7 @@ Initial CRAN release. See <https://lorenzwalthert.github.io/precommit/>.
389
396
- ` .Renviron ` , ` .Rrofile ` , ` .RData ` , ` .feather ` and ` .Rds ` is now also
390
397
excluded from the spell checking hook.
391
398
392
- # precommit v0 .0.0.9042
399
+ # precommit 0 .0.0.9042
393
400
394
401
** Breaking Changes**
395
402
@@ -418,19 +425,19 @@ Additional breaking changes are:
418
425
regex] ( https://lorenzwalthert.github.io/precommit/articles/available-hooks.html#spell-check )
419
426
(#153 ).
420
427
421
- # precommit v0 .0.0.9040
428
+ # precommit 0 .0.0.9040
422
429
423
430
- roxygenize hook now only ran when ` git diff --cached ` contains
424
431
roxygen comments (#151 ).
425
432
- conda is a suggested dependency now, so those who choose a different
426
433
installation method have a more lightweight dependency graph (#136 ).
427
434
- Use more thoughtful order for hooks, between pkg and project (#142 ).
428
435
429
- # precommit v0.0.0.9031 up to v0 .0.0.9038
436
+ # precommit 0 .0.0.9038
430
437
431
438
Test release process.
432
439
433
- # precommit v0 .0.0.9030
440
+ # precommit 0 .0.0.9030
434
441
435
442
- auto-detect pre-commit executable when installed via pip for Linux
436
443
(#120 ), macOS (#131 ).
0 commit comments