File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 2727 fetch-depth : 0
2828
2929 - name : Set up Python
30- uses : actions/setup-python@v5.5 .0
30+ uses : actions/setup-python@v5.6 .0
3131 with :
3232 python-version : " 3.13"
3333
Original file line number Diff line number Diff line change @@ -11,10 +11,11 @@ linters: all_linters(
1111 object_length_linter(70L),
1212 object_overwrite_linter = NULL,
1313 object_usage_linter = NULL,
14- todo_comment_linter = NULL,
1514 nonportable_path_linter = NULL,
15+ pipe_consistency_linter = NULL,
1616 string_boundary_linter = NULL,
1717 strings_as_factors_linter = NULL, # since we use R >= 4.0
18+ todo_comment_linter = NULL,
1819 undesirable_function_linter = NULL,
1920 undesirable_operator_linter = NULL
2021 )
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ default_language_version:
66
77repos :
88 - repo : https://github.com/lorenzwalthert/precommit
9- rev : v0.4.3.9008
9+ rev : v0.4.3.9009
1010 hooks :
1111 - id : style-files
1212 args :
You can’t perform that action at this time.
0 commit comments