From a3e9f9cd64922e68f35ebe5df6cdec5c0605af1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Apr 2025 03:58:16 +0000 Subject: [PATCH 1/3] Bump actions/setup-python from 5.5.0 to 5.6.0 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.5.0 to 5.6.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v5.5.0...v5.6.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 5.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/pre-commit.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pre-commit.yaml b/.github/workflows/pre-commit.yaml index d6247f338..2318ab9e1 100644 --- a/.github/workflows/pre-commit.yaml +++ b/.github/workflows/pre-commit.yaml @@ -27,7 +27,7 @@ jobs: fetch-depth: 0 - name: Set up Python - uses: actions/setup-python@v5.5.0 + uses: actions/setup-python@v5.6.0 with: python-version: "3.13" From eb3df41e64cb4d42b266e34b7656cc73ce88bed9 Mon Sep 17 00:00:00 2001 From: Indrajeet Patil Date: Sat, 17 May 2025 09:45:41 +0200 Subject: [PATCH 2/3] Update .pre-commit-config.yaml --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d9e284869..15e933f66 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ default_language_version: repos: - repo: https://github.com/lorenzwalthert/precommit - rev: v0.4.3.9008 + rev: v0.4.3.9009 hooks: - id: style-files args: From b99c691ba389f6fb7acb8bfef2ba0e6c18f442ea Mon Sep 17 00:00:00 2001 From: Indrajeet Patil Date: Sat, 17 May 2025 09:56:36 +0200 Subject: [PATCH 3/3] Update .lintr --- .lintr | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.lintr b/.lintr index 726a8b596..35fa23b05 100644 --- a/.lintr +++ b/.lintr @@ -11,10 +11,11 @@ linters: all_linters( object_length_linter(70L), object_overwrite_linter = NULL, object_usage_linter = NULL, - todo_comment_linter = NULL, nonportable_path_linter = NULL, + pipe_consistency_linter = NULL, string_boundary_linter = NULL, strings_as_factors_linter = NULL, # since we use R >= 4.0 + todo_comment_linter = NULL, undesirable_function_linter = NULL, undesirable_operator_linter = NULL )