From 7cfec386adf3e6d0a7740eb42f9dc39fccde9718 Mon Sep 17 00:00:00 2001 From: "TEAM 4.0[bot]" Date: Wed, 11 Mar 2026 07:27:04 +0000 Subject: [PATCH] Update `pre-commit` hooks --- .pre-commit-config.yaml | 4 ++-- {{ cookiecutter.project_slug }}/.pre-commit-config.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4cbdfc9..04a68d5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -63,7 +63,7 @@ repos: # Black is a code style and formatter # It works on files in-place - repo: https://github.com/psf/black-pre-commit-mirror - rev: 26.1.0 + rev: 26.3.0 hooks: - id: black exclude: ^{{ cookiecutter.project_slug }}/ @@ -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.15.4 + rev: v0.15.5 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 5b27a93..bb22338 100644 --- a/{{ cookiecutter.project_slug }}/.pre-commit-config.yaml +++ b/{{ cookiecutter.project_slug }}/.pre-commit-config.yaml @@ -68,7 +68,7 @@ repos: # Black is a code style and formatter # It works on files in-place - repo: https://github.com/ambv/black-pre-commit-mirror - rev: 26.1.0 + rev: 26.3.0 hooks: - id: black @@ -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.15.4 + rev: v0.15.5 hooks: - id: ruff-check name: ruff