From a4556ade5274a01a960a009520d6255f66094622 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 21:46:07 +0000 Subject: [PATCH 1/3] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.4 → v0.15.9](https://github.com/astral-sh/ruff-pre-commit/compare/v0.15.4...v0.15.9) - [github.com/pre-commit/mirrors-eslint: v10.0.2 → v10.2.0](https://github.com/pre-commit/mirrors-eslint/compare/v10.0.2...v10.2.0) --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 58fc1b0d..c733c9e3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ ci: repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.4 + rev: v0.15.9 hooks: - id: ruff args: @@ -44,7 +44,7 @@ repos: - id: check-executables-have-shebangs - id: requirements-txt-fixer - repo: https://github.com/pre-commit/mirrors-eslint - rev: v10.0.2 + rev: v10.2.0 hooks: - id: eslint files: \.[jt]sx?$ # *.js, *.jsx, *.ts and *.tsx From 236094ef8acc19fa7d484ffd12c6ff03eb36faec Mon Sep 17 00:00:00 2001 From: Min RK Date: Tue, 7 Apr 2026 19:54:19 -0700 Subject: [PATCH 2/3] freeze pre-commit --- .pre-commit-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c733c9e3..c108ad6b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ ci: repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.9 + rev: c60c980e561ed3e73101667fe8365c609d19a438 # frozen: v0.15.9 hooks: - id: ruff args: @@ -24,7 +24,7 @@ repos: # than ruff itself # but has trouble with isort rules - repo: https://github.com/nbQA-dev/nbQA - rev: 1.9.1 + rev: f96ec7f3b26a32619435686eb5813235f7e3327e # frozen: 1.9.1 hooks: - id: nbqa-ruff-format - id: nbqa-ruff-check @@ -33,18 +33,18 @@ repos: # isort rules get confused in the temporary files - --ignore=I - repo: https://github.com/rbubley/mirrors-prettier - rev: v3.8.1 + rev: c2bc67fe8f8f549cc489e00ba8b45aa18ee713b1 # frozen: v3.8.1 hooks: - id: prettier - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v6.0.0 + rev: 3e8a8703264a2f4a69428a0aa4dcb512790b2c8c # frozen: v6.0.0 hooks: - id: end-of-file-fixer - id: check-case-conflict - id: check-executables-have-shebangs - id: requirements-txt-fixer - repo: https://github.com/pre-commit/mirrors-eslint - rev: v10.2.0 + rev: d72e5408a82df0b0cb6b9c878fb8cb4e947c1859 # frozen: v10.2.0 hooks: - id: eslint files: \.[jt]sx?$ # *.js, *.jsx, *.ts and *.tsx From 5be9f3a9febea2038d79e386c46971fceec5f1c5 Mon Sep 17 00:00:00 2001 From: Min RK Date: Tue, 7 Apr 2026 19:54:44 -0700 Subject: [PATCH 3/3] dependabot cooldown --- .github/dependabot.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 06c3403b..9c85fede 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,7 +8,10 @@ updates: interval: monthly groups: actions: - - patterns: "*" + patterns: + - "*" + cooldown: + default-days: 7 # jupyterlab extension - package-ecosystem: npm @@ -29,3 +32,5 @@ updates: - "*" update-types: - major + cooldown: + default-days: 7