From 4ae76a7536409a5d9fbe233b0c39a89e456efc02 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 01:48:10 +0000 Subject: [PATCH 1/2] Update pre-commit hook charliermarsh/ruff-pre-commit to v0.2.0 --- template/.pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/.pre-commit-config.yaml b/template/.pre-commit-config.yaml index 9c26efe3..eaad3e91 100644 --- a/template/.pre-commit-config.yaml +++ b/template/.pre-commit-config.yaml @@ -74,7 +74,7 @@ repos: |tests/.* )$ - repo: "https://github.com/charliermarsh/ruff-pre-commit" - rev: "v0.1.15" + rev: "v0.2.0" hooks: - id: "ruff" types_or: ["python", "pyi", "jupyter"] From 1a80da93aceabf723ccfc48c1b46d2c92401d047 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Fri, 2 Feb 2024 01:48:41 +0000 Subject: [PATCH 2/2] Bump pre-commit configuration and related dependencies --- template/.tools/requirements/requirements_both.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/.tools/requirements/requirements_both.txt b/template/.tools/requirements/requirements_both.txt index 8c6e6ee1..54e93407 100644 --- a/template/.tools/requirements/requirements_both.txt +++ b/template/.tools/requirements/requirements_both.txt @@ -4,7 +4,7 @@ pyright # * ---------------------------------------------------------------------------------- * # Pre-commit common requirements -ruff==0.1.15 +ruff==0.2.0 # Testing pytest==8.0.0 # Testing plugins