From 9b98c0ca428e608733280c7c97422730ffa25870 Mon Sep 17 00:00:00 2001 From: "TEAM 4.0[bot]" Date: Wed, 27 May 2026 10:36:17 +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 3b47be0..b134638 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.3.1 + rev: 26.5.1 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.12 + rev: v0.15.14 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 363404f..fd5002e 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.3.1 + rev: 26.5.1 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.12 + rev: v0.15.14 hooks: - id: ruff-check name: ruff