From 6e3ab9b47e4400fcc772572e9f057dacd0de3883 Mon Sep 17 00:00:00 2001 From: Filipe Fernandes Date: Tue, 2 Dec 2025 12:00:48 -0300 Subject: [PATCH 1/2] Fix pre-commits checks --- .github/dependabot.yml | 2 ++ .pre-commit-config.yaml | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7818bef3..6c93c119 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,3 +13,5 @@ updates: github-actions: patterns: - '*' + cooldown: + default-days: 7 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e81ce928..041989ee 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,7 +23,7 @@ repos: exclude: "_templates/layout.html" - repo: https://github.com/psf/black-pre-commit-mirror - rev: 25.9.0 + rev: 25.11.0 hooks: - id: black language_version: python3 @@ -34,7 +34,7 @@ repos: - id: add-trailing-comma - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.3 + rev: v0.14.7 hooks: - id: ruff @@ -55,7 +55,7 @@ repos: - id: nb-strip-paths - repo: https://github.com/woodruffw/zizmor-pre-commit - rev: v1.16.2 + rev: v1.18.0 hooks: - id: zizmor From b055ce927a9fae47ab37ebdc798438ed79d168ee Mon Sep 17 00:00:00 2001 From: Filipe Fernandes Date: Tue, 2 Dec 2025 13:07:59 -0300 Subject: [PATCH 2/2] add zizmor rules file --- zizmor.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 zizmor.yml diff --git a/zizmor.yml b/zizmor.yml new file mode 100644 index 00000000..ccbe1f47 --- /dev/null +++ b/zizmor.yml @@ -0,0 +1,3 @@ +rules: + obfuscation: + disable: true