Skip to content

Commit a1038fa

Browse files
Merge pull request #1262 from r-lib/dependabot/github_actions/actions/setup-python-5.6.0
Bump actions/setup-python from 5.5.0 to 5.6.0
2 parents dcc91b2 + b99c691 commit a1038fa

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/pre-commit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
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

.lintr

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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
)

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ default_language_version:
66

77
repos:
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:

0 commit comments

Comments
 (0)