From d6e5a9473a9907cbb52ed9f2bb5903167445812e Mon Sep 17 00:00:00 2001 From: "TEAM 4.0[bot]" Date: Wed, 8 Oct 2025 06:49:28 +0000 Subject: [PATCH 1/2] Update `pre-commit` hooks --- .pre-commit-config.yaml | 2 +- {{ cookiecutter.project_slug }}/.pre-commit-config.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3a51450..a24eee2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -81,7 +81,7 @@ repos: # More information can be found in its documentation: # https://docs.astral.sh/ruff/ - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.13.2 + rev: v0.14.0 hooks: - id: ruff-check name: ruff diff --git a/{{ cookiecutter.project_slug }}/.pre-commit-config.yaml b/{{ cookiecutter.project_slug }}/.pre-commit-config.yaml index c3aae41..61a800a 100644 --- a/{{ cookiecutter.project_slug }}/.pre-commit-config.yaml +++ b/{{ cookiecutter.project_slug }}/.pre-commit-config.yaml @@ -84,7 +84,7 @@ repos: # More information can be found in its documentation: # https://docs.astral.sh/ruff/ - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.13.2 + rev: v0.14.0 hooks: - id: ruff-check name: ruff From fabf18ba4025249b31ee6bde7212eeb4d898c8f3 Mon Sep 17 00:00:00 2001 From: Casper Welzel Andersen Date: Thu, 9 Oct 2025 09:35:38 +0200 Subject: [PATCH 2/2] Use black-pre-commit-mirror Update dependabot config to include .github/utils from generated repo. --- .github/dependabot.yml | 3 ++- .pre-commit-config.yaml | 2 +- {{ cookiecutter.project_slug }}/.pre-commit-config.yaml | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0dc33b6..4f7cb1d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,7 @@ updates: directories: - "/" - "/.github/utils/" + - "/{{ cookiecutter.project_slug }}/.github/utils" schedule: interval: weekly day: monday @@ -24,7 +25,7 @@ updates: - package-ecosystem: github-actions directories: - "/" - - "/{{ cookiecutter.project_slug }}/" + - "/{{ cookiecutter.project_slug }}" schedule: interval: daily time: "05:24" diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a24eee2..03dc713 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -62,7 +62,7 @@ repos: # Black is a code style and formatter # It works on files in-place - - repo: https://github.com/psf/black + - repo: https://github.com/psf/black-pre-commit-mirror rev: 25.9.0 hooks: - id: black diff --git a/{{ cookiecutter.project_slug }}/.pre-commit-config.yaml b/{{ cookiecutter.project_slug }}/.pre-commit-config.yaml index 61a800a..7a67998 100644 --- a/{{ cookiecutter.project_slug }}/.pre-commit-config.yaml +++ b/{{ cookiecutter.project_slug }}/.pre-commit-config.yaml @@ -67,7 +67,7 @@ repos: # Black is a code style and formatter # It works on files in-place - - repo: https://github.com/ambv/black + - repo: https://github.com/ambv/black-pre-commit-mirror rev: 25.9.0 hooks: - id: black