From 3f877a7260a2079b08667550f68024e2200bafb3 Mon Sep 17 00:00:00 2001 From: Michel Villanueva Date: Mon, 21 Jul 2025 22:19:53 -0400 Subject: [PATCH] Updating centrally mantained files --- .github/stale.yml | 4 ++-- .pre-commit-config.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/stale.yml b/.github/stale.yml index 4ea882c..0cef950 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -3,7 +3,7 @@ # Please do not change it. Rather, update the blueprint in the maintenance repository and propagate # the changes from there. # IF YOU REALLY WANT TO MAKE REPOSITORY SPECIFIC CHANGES TO THIS FILE, PLEASE REMOVE THIS NOTICE! -# Tag @klieret for any questions. +# Tag @michmx for any questions. # ====== # Configuration for probot-stale - https://github.com/probot/stale @@ -41,7 +41,7 @@ markComment: > This issue or pull request has been automatically marked as stale because it has not had recent activity. Please manually close it, if it is no longer relevant, or ask for help or support to help getting it unstuck. - Let me bring this to the attention of @klieret @wdconinc @michmx for now. + Let me bring this to the attention of @amorenobr @vlukashenko @richa2710 @michmx for now. # Comment to post when removing the stale label. # unmarkComment: > diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 47a1b64..dc60cff 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,7 +11,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v5.0.0 hooks: - id: check-added-large-files - id: check-case-conflict @@ -25,7 +25,7 @@ repos: files: ^(_episodes|code|README.md|setup.md) - repo: https://github.com/codespell-project/codespell - rev: "v2.2.6" + rev: "v2.4.1" hooks: - id: codespell args: ["-I", "codespell.txt"]